From 356e520dc15d5d2c28f0ae84f9883c2994987e7d Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Thu, 14 Nov 2024 10:20:11 -0800 Subject: [PATCH] Remove token from report mode in Trivy --- .github/workflows/security.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3007630cb5..9bef5f6091 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -40,7 +40,6 @@ jobs: if: ${{ github.event_name == 'schedule' }} uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # tag v0.28.0 with: - token-setup-trivy: ${{ secrets.GITHUB_TOKEN }} scan-type: fs format: sarif output: trivy-results.sarif