fix permissions

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2022-08-08 16:39:32 -07:00
parent ebb8308654
commit 9162fe0aa8
No known key found for this signature in database
GPG key ID: 11048BF1C893BC89

View file

@ -18,9 +18,9 @@ on:
permissions:
contents: read
security-events: write
jobs:
version:
runs-on: ubuntu-latest
outputs:
@ -56,7 +56,6 @@ jobs:
matrix:
versions: ${{ fromJSON(needs.version.outputs.versions) }}
steps:
- shell: bash
id: test
run: echo "Scanning registry.k8s.io/ingress-nginx/controller@${{ matrix.versions }}"