Skip to content

Commit dd69d57

Browse files
authored
Use new sarif fomat for Trivy (#183)
1 parent eff0912 commit dd69d57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ jobs:
190190
continue-on-error: true
191191
with:
192192
image-ref: ghcr.io/nginxinc/nginx-kubernetes-gateway:${{ steps.meta.outputs.version }}
193-
format: 'template'
194-
template: '@/contrib/sarif.tpl'
193+
format: 'sarif'
195194
output: 'trivy-results-nginx-kubernetes-gateway.sarif'
196195
ignore-unfixed: 'true'
197196
- name: Upload Trivy scan results to GitHub Security tab

0 commit comments

Comments
 (0)