Skip to content

Commit cd82269

Browse files
authored
Remove vuln-type option from Trivy scan
Removed 'vuln-type' option from Trivy scan step.
1 parent 9c90fc2 commit cd82269

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ jobs:
178178
format: "sarif"
179179
output: "trivy-results.sarif"
180180
ignore-unfixed: true
181-
vuln-type: "os,library"
182181
severity: "CRITICAL,HIGH"
183182

184183
- name: Upload Trivy results to GitHub Security tab

0 commit comments

Comments
 (0)