Skip to content

Commit de77c3b

Browse files
authored
chore: Output the vulnerabilities (#167)
* feat: add grype scanning to security workflow with table output
1 parent ea8af6e commit de77c3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_security.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
severity-cutoff: high
8383
only-fixed: true
8484
cache-db: true
85+
output-format: table
86+
8587

8688
- name: Run Grype vulnerability scanner sarif output
8789
uses: anchore/scan-action@v7

0 commit comments

Comments
 (0)