Skip to content

Commit

Permalink
build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 (#7258
Browse files Browse the repository at this point in the history
)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@f781cce...a20de54)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 27ee333 commit ac0079b
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 @@ -56,7 +56,7 @@ jobs:
cd health-probe-proxy && make build-health-probe-proxy-image && cd ..
- name: Run Trivy scanner CCM
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # master
uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb # master
with:
image-ref: 'local/azure-cloud-controller-manager:${{ github.sha }}'
format: 'sarif'
Expand All @@ -70,7 +70,7 @@ jobs:
sarif_file: 'trivy-ccm-results.sarif'
category: azure-cloud-controller-manager-image
- name: Run Trivy scanner CNM
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # master
uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb # master
with:
image-ref: 'local/azure-cloud-node-manager:${{ github.sha }}-linux-amd64'
format: 'sarif'
Expand All @@ -84,7 +84,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@f781cce5aab226378ee181d764ab90ea0be3cdd8 # master
uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb # master
with:
image-ref: 'local/health-probe-proxy:${{ github.sha }}'
format: 'sarif'
Expand All @@ -99,7 +99,7 @@ jobs:
category: health-probe-proxy-linux-image

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # master
uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb # master
with:
scan-type: 'fs'
format: 'github'
Expand Down

0 comments on commit ac0079b

Please sign in to comment.