We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff0912 commit dd69d57Copy full SHA for dd69d57
.github/workflows/ci.yml
@@ -190,8 +190,7 @@ jobs:
190
continue-on-error: true
191
with:
192
image-ref: ghcr.io/nginxinc/nginx-kubernetes-gateway:${{ steps.meta.outputs.version }}
193
- format: 'template'
194
- template: '@/contrib/sarif.tpl'
+ format: 'sarif'
195
output: 'trivy-results-nginx-kubernetes-gateway.sarif'
196
ignore-unfixed: 'true'
197
- name: Upload Trivy scan results to GitHub Security tab
0 commit comments