mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-22 02:51:33 -05:00
Remove unnecessary checkouts
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ad934b0da5
commit
d9fac6e7e9
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -80,9 +80,6 @@ jobs:
|
||||
needs: build
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
|
3
.github/workflows/scan.yml
vendored
3
.github/workflows/scan.yml
vendored
@ -10,9 +10,6 @@ jobs:
|
||||
name: Scan current image & report results
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user