diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index c40a9f9f8d..bfbd8a0c1f 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -63,7 +63,6 @@ jobs: image-ref: 'local/azure-cloud-controller-manager:${{ github.sha }}' format: 'sarif' output: 'trivy-ccm-results.sarif' - exit-code: '1' ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' @@ -78,7 +77,6 @@ jobs: image-ref: 'local/azure-cloud-node-manager:${{ github.sha }}-linux-amd64' format: 'sarif' output: 'trivy-cnm-linux-results.sarif' - exit-code: '1' ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' @@ -93,7 +91,6 @@ jobs: image-ref: 'local/health-probe-proxy:${{ github.sha }}' format: 'sarif' output: 'trivy-health-probe-proxy-linux-results.sarif' - exit-code: '1' ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' @@ -111,4 +108,4 @@ jobs: format: 'github' output: 'dependency-results.sbom.json' image-ref: '.' - github-pat: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github-pat: ${{ secrets.GITHUB_TOKEN }}