diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index 2b9fb6db..07ff7481 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -26,13 +26,14 @@ jobs: with: args: ./... - name: Run Govulncheck Scanner - # continue-on-error: true + continue-on-error: true uses: golang/govulncheck-action@v1 with: go-package: ./... go-version-input: "1.22" - name: Run Trivy vulnerability scanner in repo mode + continue-on-error: true uses: aquasecurity/trivy-action@master with: - scan-type: 'fs' + scan-type: "fs" ignore-unfixed: true