Skip to content

Commit 0c343c8

Browse files
committed
stesting pathing
1 parent 1d2fa93 commit 0c343c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerability-scans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
image-ref: registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
7171
format: 'sarif'
72-
output: ${{ github.workspace }}/trivy-results-${{ matrix.versions }}.sarif
72+
output: trivy-results-${{ matrix.versions }}.sarif
7373
exit-code: 0
7474
vuln-type: 'os,library'
7575
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'

0 commit comments

Comments
 (0)