diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c479e61..eb81546 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index a6e741b..a92f733 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -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: