stesting pathing
This commit is contained in:
parent
1d2fa93856
commit
0c343c8a77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vulnerability-scans.yaml
vendored
2
.github/workflows/vulnerability-scans.yaml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
with:
|
||||
image-ref: registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
|
||||
format: 'sarif'
|
||||
output: ${{ github.workspace }}/trivy-results-${{ matrix.versions }}.sarif
|
||||
output: trivy-results-${{ matrix.versions }}.sarif
|
||||
exit-code: 0
|
||||
vuln-type: 'os,library'
|
||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
||||
|
|
Loading…
Reference in a new issue