Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 58b0f51

Browse files
Update aquasecurity/trivy-action action to v0.33.1
1 parent 37c4a3b commit 58b0f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ jobs:
182182
docker image ls -a
183183
184184
- name: Run Trivy vulnerability scanner (cli report)
185-
uses: aquasecurity/trivy-action@0.33.0
185+
uses: aquasecurity/trivy-action@0.33.1
186186
with:
187187
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
188188
format: 'table'
189189
env:
190190
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
191191

192192
- name: Run Trivy vulnerability scanner (sarif report)
193-
uses: aquasecurity/trivy-action@0.33.0
193+
uses: aquasecurity/trivy-action@0.33.1
194194
with:
195195
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
196196
format: 'sarif'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /