Skip to content

Commit 9162fe0

Browse files
committed
fix permissions
Signed-off-by: James Strong <[email protected]>
1 parent ebb8308 commit 9162fe0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/vulnerability-scans.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818

1919
permissions:
2020
contents: read
21+
security-events: write
2122

2223
jobs:
23-
2424
version:
2525
runs-on: ubuntu-latest
2626
outputs:
@@ -56,7 +56,6 @@ jobs:
5656
matrix:
5757
versions: ${{ fromJSON(needs.version.outputs.versions) }}
5858
steps:
59-
6059
- shell: bash
6160
id: test
6261
run: echo "Scanning registry.k8s.io/ingress-nginx/controller@${{ matrix.versions }}"

0 commit comments

Comments
 (0)