Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/update-trivy-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- cron: '0 0 * * *' # Run daily at midnight UTC
workflow_dispatch: # Allow manual triggering

# Pulls the Trivy DB from GHCR (anonymous) and saves it to the GHA cache;
# no source checkout is needed, only actions: write for the cache save.
permissions:
contents: read
actions: write

jobs:
update-trivy-db:
runs-on: ubuntu-latest
Expand Down
Loading