testing output of sarif file
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
9162fe0aa8
commit
e55a84e8a0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/vulnerability-scans.yaml
vendored
4
.github/workflows/vulnerability-scans.yaml
vendored
|
@ -71,6 +71,10 @@ jobs:
|
|||
vuln-type: 'os,library'
|
||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
||||
|
||||
- name: Output Sarif File
|
||||
shell: bash
|
||||
run: cat trivy-results-${{ matrix.versions }}.sarif
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
||||
|
|
Loading…
Reference in a new issue