Skip to content

Commit

Permalink
Merge pull request #1952 from tkatila/workflow-trivy-root-permissions
Browse files Browse the repository at this point in the history
workflow: add root permissions for periodic trivy
  • Loading branch information
mythi authored Jan 8, 2025
2 parents 6f87219 + 84f4873 commit 0ef80ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trivy-periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
branches:
- main

permissions:
contents: read

jobs:
trivy-scan-vulns:
permissions:
contents: read
security-events: write
actions: read
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 0ef80ba

Please sign in to comment.