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 ff3fcb1 commit e2027d8Copy full SHA for e2027d8
.github/workflows/terraform.yaml
@@ -328,14 +328,14 @@ jobs:
328
hide-progress: false
329
format: 'sarif'
330
output: 'trivy-results.sarif'
331
- exit-code: '1'
+ exit-code: '0'
332
ignore-unfixed: true
333
severity: 'CRITICAL,HIGH'
334
335
# https://github.com/aquasecurity/trivy/issues/5003
336
- name: Remove git from url for sarif uploading
337
shell: bash
338
- run: |
+ run: |
339
sed -i 's#git::https:/##g' trivy-results.sarif
340
341
- name: Upload Trivy scan results to GitHub Security tab
0 commit comments