Skip to content

Commit fa6414f

Browse files
authored
Merge pull request #3584 from jupyterhub/dependabot/github_actions/aquasecurity/trivy-action-0.29.0
Bump aquasecurity/trivy-action from 0.24.0 to 0.30.0
2 parents d3f1fcc + 47bef05 commit fa6414f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vuln-scan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Action reference: https://github.com/aquasecurity/trivy-action
8888
- name: Scan latest published image
8989
id: scan_1
90-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
90+
uses: aquasecurity/trivy-action@26d71e622b84d103f86fb33a5a42c558e11f4ae0 # 0.30.0
9191
with:
9292
image-ref: ${{ steps.image.outputs.spec }}
9393
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -112,7 +112,7 @@ jobs:
112112
- name: Scan rebuilt image
113113
id: scan_2
114114
if: steps.rebuild.outcome == 'success'
115-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
115+
uses: aquasecurity/trivy-action@26d71e622b84d103f86fb33a5a42c558e11f4ae0 # 0.30.0
116116
with:
117117
image-ref: rebuilt-image
118118
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: Describe vulnerabilities
173173
if: steps.rebuild.outcome == 'success'
174-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
174+
uses: aquasecurity/trivy-action@26d71e622b84d103f86fb33a5a42c558e11f4ae0 # 0.30.0
175175
with:
176176
image-ref: rebuilt-image
177177
format: table

0 commit comments

Comments
 (0)