Skip to content

Commit 1af0bc1

Browse files
author
tylertitsworth
committed
allow scan upload
1 parent 4982ba0 commit 1af0bc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/container-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
needs: [setup-scan]
142142
if: ${{ !inputs.no_build }}
143143
runs-on: k8-runners
144+
permissions:
145+
security-events: write
144146
strategy:
145147
matrix:
146148
container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }}

0 commit comments

Comments
 (0)