Skip to content

Commit b07fb4d

Browse files
committed
workflow: fix permissions for release
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 49d59d4 commit b07fb4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ jobs:
2323
trivy:
2424
name: Trivy
2525
uses: "./.github/workflows/lib-trivy.yaml"
26+
permissions:
27+
actions: read
28+
contents: read
29+
security-events: write
2630
with:
2731
deployments: false
2832
dockerfiles: false
2933
export-csv: true
34+
upload-to-github-security-tab: false
3035

3136
build:
3237
name: Build & Publish

0 commit comments

Comments
 (0)