Update scan.yml
This commit is contained in:
parent
0d34f7c77e
commit
7059867488
1 changed files with 3 additions and 0 deletions
3
.github/workflows/scan.yml
vendored
3
.github/workflows/scan.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
||||||
name: Scan current image & report results
|
name: Scan current image & report results
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue