Update scan.yml

This commit is contained in:
Neil Hanlon 2022-03-29 09:27:15 -04:00 committed by GitHub
parent 6a23318269
commit 71a298ef80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@ jobs:
if: always()
with:
sarif_file: 'trivy-results.sarif'
- name: Create public folder
run: |
mkdir -p public/
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master