mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-09 18:21:33 -05:00
Split scan job
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a9c898a6cb
commit
b5cb8f13ab
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -75,6 +75,13 @@ jobs:
|
|||||||
COSIGN_EXPERIMENTAL: "true"
|
COSIGN_EXPERIMENTAL: "true"
|
||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
||||||
|
scan:
|
||||||
|
name: Scan current image & report results
|
||||||
|
runs-on: "ubuntu-latest"
|
||||||
|
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 New Issue
Block a user