From 9428058eaa0599b05913d619f647c0a47968fc7a Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Thu, 15 Sep 2022 20:39:27 -0300 Subject: [PATCH] remove trivy scan to speed up builds --- .github/workflows/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50e56e3..b5471ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,15 +65,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@master - with: - image-ref: 'docker.io/alexandreteles/revanced-releases-api:latest' - format: 'sarif' - output: 'trivy-results.sarif' - - - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: 'trivy-results.sarif' \ No newline at end of file