mirror of
https://github.com/tommytran732/Synapse-Docker.git
synced 2025-09-20 07:34:35 -04:00
Remove unnecessary checkouts
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ad934b0da5
commit
d9fac6e7e9
2 changed files with 0 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue