Skip to content

Commit

Permalink
Merge pull request #5949 from kubernetes-sigs/dependabot/MartinForRea…
Browse files Browse the repository at this point in the history
…l-patch-1

Chores: unblock trivy job if cve is found
  • Loading branch information
k8s-ci-robot committed Apr 18, 2024
2 parents 86cfc44 + 5eb124f commit feb6347
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trivy.yaml
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -111,4 +108,4 @@ jobs:
format: 'github'
output: 'dependency-results.sbom.json'
image-ref: '.'
github-pat: ${{ secrets.GITHUB_TOKEN }}
github-pat: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit feb6347

Please sign in to comment.