fix permissions
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
ebb8308654
commit
9162fe0aa8
1 changed files with 1 additions and 2 deletions
3
.github/workflows/vulnerability-scans.yaml
vendored
3
.github/workflows/vulnerability-scans.yaml
vendored
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in a new issue