Skip to content

Commit 1248e06

Browse files
Update aquasecurity/trivy-action action to v0.34.2
1 parent 360151e commit 1248e06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ jobs:
192192
docker image ls -a
193193
194194
- name: Run Trivy vulnerability scanner (cli report)
195-
uses: aquasecurity/trivy-action@0.34.1
195+
uses: aquasecurity/trivy-action@0.34.2
196196
with:
197197
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
198198
format: 'table'
199199
env:
200200
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
201201

202202
- name: Run Trivy vulnerability scanner (sarif report)
203-
uses: aquasecurity/trivy-action@0.34.1
203+
uses: aquasecurity/trivy-action@0.34.2
204204
with:
205205
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
206206
format: 'sarif'

0 commit comments

Comments
 (0)