Skip to content

Commit

Permalink
Merge pull request jupyterhub#3238 from jupyterhub/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/aquasecurity/trivy-action-0.12.0

build(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0
  • Loading branch information
consideRatio authored Oct 1, 2023
2 parents 17f9418 + 9ef4f70 commit dbfc8e7
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@41f05d9ecffa2ed3f1580af306000f734b733e54
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
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@41f05d9ecffa2ed3f1580af306000f734b733e54
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
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@41f05d9ecffa2ed3f1580af306000f734b733e54
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
with:
image-ref: rebuilt-image
format: table
Expand Down

0 comments on commit dbfc8e7

Please sign in to comment.