Skip to content

Commit a7d7fdb

Browse files
committed
feat: improve vulnerability reporting and output clarity
- Change Trivy output format from sarif to table - Expand vulnerability severity to include medium level Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 9a12db3 commit a7d7fdb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
with:
7070
scan-type: 'fs'
7171
ignore-unfixed: true
72-
format: 'sarif'
73-
output: 'trivy-results.sarif'
72+
format: 'table'
7473
exit-code: '1'
75-
severity: 'CRITICAL,HIGH'
74+
severity: 'CRITICAL,HIGH,MEDIUM'

0 commit comments

Comments
 (0)