Skip to content

Commit

Permalink
fix(tests): add explicit permissions for Trivy scan (#9130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored and harshil-goel committed Oct 7, 2024
1 parent 572c0df commit 34a132c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-aqua-security-trivy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
- 'release/**'
schedule:
- cron: "0 0 * * *"

permissions:
security-events: write

jobs:
build:
name: trivy-tests
Expand Down

0 comments on commit 34a132c

Please sign in to comment.