Browse Source

Add permissions section to trivydb-cache workflow (#4544)

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
pull/4546/head
Maksim Nabokikh 4 weeks ago committed by GitHub
parent
commit
a5f49565a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/trivydb-cache.yaml

3
.github/workflows/trivydb-cache.yaml

@ -7,6 +7,9 @@ on:
- cron: '0 0 * * *' # Run daily at midnight UTC
workflow_dispatch: # Allow manual triggering
permissions:
contents: read
jobs:
update-trivy-db:
runs-on: ubuntu-latest

Loading…
Cancel
Save