Skip to content

Commit

Permalink
Add trivy workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymcconville committed Apr 30, 2024
1 parent 7ead103 commit 6145432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
container-scan:
name: Container Scan
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 6145432

Please sign in to comment.