Skip to content

Commit a57d6db

Browse files
committed
Fix: snyk scanning actions
1 parent 2bd0d65 commit a57d6db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
permissions:
4343
contents: read
4444
packages: write
45+
security-events: write
4546

4647
steps:
4748
- uses: actions/checkout@v5

.github/workflows/scheduled-snyk.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
security:
3737
needs: prepare-matrix
3838
runs-on: ubuntu-latest
39-
permissions: {}
39+
permissions:
40+
contents: read
41+
security-events: write
4042
strategy:
4143
matrix:
4244
module: ${{ fromJson(needs.prepare-matrix.outputs.modules ) }}

0 commit comments

Comments
 (0)