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