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:
|
||||
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 }}"
|
||||
|
|
Loading…
Reference in a new issue