Skip to content

Commit 14e8ddd

Browse files
Update aquasecurity/trivy-action action to v0.33.1
1 parent fba93b3 commit 14e8ddd

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
@@ -172,15 +172,15 @@ jobs:
172172
docker image ls -a
173173
174174
- name: Run Trivy vulnerability scanner (cli report)
175-
uses: aquasecurity/trivy-action@0.33.0
175+
uses: aquasecurity/trivy-action@0.33.1
176176
with:
177177
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
178178
format: 'table'
179179
env:
180180
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
181181

182182
- name: Run Trivy vulnerability scanner (sarif report)
183-
uses: aquasecurity/trivy-action@0.33.0
183+
uses: aquasecurity/trivy-action@0.33.1
184184
with:
185185
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
186186
format: 'sarif'

0 commit comments

Comments
 (0)