1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-11-21 20:11:33 -05:00

Remove unnecessary checkouts

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-21 22:26:13 -04:00
parent ad934b0da5
commit d9fac6e7e9
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 0 additions and 6 deletions

View File

@ -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:

View File

@ -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: