From 814a247457fe7808bf28b7b25f878e342d1d641d Mon Sep 17 00:00:00 2001 From: YaphetKG Date: Wed, 3 Jan 2024 15:57:51 -0500 Subject: [PATCH] trivy scan skip unfixed --- .github/workflows/trivy-pr-scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trivy-pr-scan.yml b/.github/workflows/trivy-pr-scan.yml index 142572d..19f86e1 100644 --- a/.github/workflows/trivy-pr-scan.yml +++ b/.github/workflows/trivy-pr-scan.yml @@ -55,6 +55,7 @@ jobs: image-ref: '${{ github.repository }}:vuln-test' format: 'sarif' severity: 'CRITICAL,HIGH' + ignore-unfixed: true output: 'trivy-results.sarif' exit-code: '1' # Scan results should be viewable in GitHub Security Dashboard