Skip to content

Commit

Permalink
Merge pull request #3474 from jupyterhub/dependabot/github_actions/aq…
Browse files Browse the repository at this point in the history
…uasecurity/trivy-action-0.24.0

Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
  • Loading branch information
minrk committed Aug 1, 2024
2 parents 6a084f9 + bb0f129 commit 0a9fa5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vuln-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Action reference: https://github.com/aquasecurity/trivy-action
- name: Scan latest published image
id: scan_1
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
with:
image-ref: ${{ steps.image.outputs.spec }}
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Scan rebuilt image
id: scan_2
if: steps.rebuild.outcome == 'success'
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
with:
image-ref: rebuilt-image
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Describe vulnerabilities
if: steps.rebuild.outcome == 'success'
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
with:
image-ref: rebuilt-image
format: table
Expand Down

0 comments on commit 0a9fa5b

Please sign in to comment.