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