Update scan.yml

This commit is contained in:
Wonderfall 2021-05-09 15:39:59 +02:00 committed by GitHub
parent 0d34f7c77e
commit 7059867488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
name: Scan current image & report results
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with: