Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#6154 from kubernetes-sigs/dependab…
Browse files Browse the repository at this point in the history
…ot/github_actions/release-1.29/aquasecurity/trivy-action-0.20.0

chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0
  • Loading branch information
MartinForReal committed May 10, 2024
2 parents 9a1b91c + 63dc436 commit b74780d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
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@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 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@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 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@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 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@d710430a6722f083d3b36b8339ff66b32f22ee55 # master
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit b74780d

Please sign in to comment.