From 5d892881fd2d6aaeee3584ef9f8d6cd6bd3f9caf Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Thu, 9 May 2024 15:16:01 -0400 Subject: [PATCH] try full scan --- .github/workflows/trivy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 070fb0b3f7..d122dba0e0 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -38,8 +38,7 @@ jobs: output: 'trivy-results.sarif' ignore-unfixed: true severity: 'CRITICAL,HIGH' - scanners: 'config' - + scanners: 'vuln,secret,config' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3