diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1a4b37..f3a1ee8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,11 +109,6 @@ jobs: path: "${{ github.workspace }}/dependency-results.sbom.json" retention-days: 20 - - name: Upload Trivy scan results to GitHub Security tab📊 - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: "trivy-results.sarif" - - name: Push the Docker images to registries💾 run: | docker push ghcr.io/ammnt/angie:main