Skip to content

Commit

Permalink
Merge pull request #5817 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/aquasecurity/trivy-action-0.19.0

chore(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0
  • Loading branch information
k8s-ci-robot committed Mar 28, 2024
2 parents 26d2f85 + 5d6eab1 commit 1aa6210
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trivy.yaml
Expand Up @@ -58,7 +58,7 @@ jobs:
cd health-probe-proxy && make build-health-probe-proxy-image && cd ..
- name: Run Trivy scanner CCM
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
with:
image-ref: 'local/azure-cloud-controller-manager:${{ github.sha }}'
format: 'sarif'
Expand All @@ -73,7 +73,7 @@ jobs:
sarif_file: 'trivy-ccm-results.sarif'
category: azure-cloud-controller-manager-image
- name: Run Trivy scanner CNM
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
with:
image-ref: 'local/azure-cloud-node-manager:${{ github.sha }}-linux-amd64'
format: 'sarif'
Expand All @@ -88,7 +88,7 @@ jobs:
sarif_file: 'trivy-cnm-linux-results.sarif'
category: azure-cloud-node-manager-linux-image
- name: Run Trivy scanner health-probe-proxy
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
with:
image-ref: 'local/health-probe-proxy:${{ github.sha }}'
format: 'sarif'
Expand All @@ -104,7 +104,7 @@ jobs:
category: health-probe-proxy-linux-image

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit 1aa6210

Please sign in to comment.