Skip to content

Commit e55a84e

Browse files
committed
testing output of sarif file
Signed-off-by: James Strong <[email protected]>
1 parent 9162fe0 commit e55a84e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vulnerability-scans.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
vuln-type: 'os,library'
7272
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
7373

74+
- name: Output Sarif File
75+
shell: bash
76+
run: cat trivy-results-${{ matrix.versions }}.sarif
77+
7478
- name: Checkout code
7579
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
7680

0 commit comments

Comments
 (0)