Skip to content

Commit

Permalink
Grant write perms for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
samayer12 committed Oct 9, 2024
1 parent 7336000 commit 6191948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Container Scans

permissions:
contents: read
actions: read
contents: write # for sbom-action artifact uploads

on:
push:
Expand Down

0 comments on commit 6191948

Please sign in to comment.