Skip to content

Commit 33c1a23

Browse files
Add permissions to the specific scan job to try fixing trivy (#763)
1 parent 54fd235 commit 33c1a23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trivy_scheduled_master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
permissions:
3131
pull-requests: write
3232
issues: write
33+
security-events: write
34+
actions: read
35+
contents: read
3336
runs-on: ubuntu-latest
3437
steps:
3538
- name: Checkout

0 commit comments

Comments
 (0)