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

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
Maksim Nabokikh
2026-02-15 22:12:58 +01:00
committed by GitHub
parent 9bee809252
commit a5f49565a1
+3
View File
@@ -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