remove var
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
13639b5ad7
commit
069ac3a0d6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/vulnerability-scans.yaml
vendored
1
.github/workflows/vulnerability-scans.yaml
vendored
|
@ -55,7 +55,6 @@ jobs:
|
|||
|
||||
- name: Scan image with AquaSec/Trivy
|
||||
id: scan
|
||||
if: inputs.RUN_TRIVY == 'true'
|
||||
uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20 #v0.5.1
|
||||
with:
|
||||
image-ref: registry.k8s.io/ingress-nginx/controller@${{ matrix.versions }}
|
||||
|
|
Loading…
Reference in a new issue