Skip to content

Commit

Permalink
ci: add missing permission to Trivy scan job (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 29, 2024
1 parent b591d25 commit 26e3e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
trivy:
name: Trivy
runs-on: ubuntu-latest
permissions:
security-events: write # for Trivy to write security events
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down

0 comments on commit 26e3e65

Please sign in to comment.