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 6ae2b1f commit 86c3453Copy full SHA for 86c3453
.github/workflows/ci-cd.yml
@@ -43,11 +43,13 @@ jobs:
43
- name: Run Trivy vulnerability scanner
44
uses: aquasecurity/trivy-action@master
45
with:
46
- image-ref: ${{ env.IMAGE_NAME }}
+ exit-code: '1'
47
format: 'sarif'
48
+ ignore-unfixed: true
49
+ image-ref: ${{ env.IMAGE_NAME }}
50
output: 'trivy-results.sarif'
- exit-code: '1'
51
severity: 'MEDIUM,HIGH,CRITICAL'
52
+ vuln-type: library
53
- name: Upload Trivy scan results to GitHub Security tab
54
uses: github/codeql-action/upload-sarif@v2
55
if: always()
0 commit comments