Skip to content

Commit 0281a81

Browse files
authored
Merge pull request #761 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.33.0
2 parents ecb5162 + fc66bb4 commit 0281a81

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.32.0
175+
uses: aquasecurity/trivy-action@0.33.0
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.32.0
183+
uses: aquasecurity/trivy-action@0.33.0
184184
with:
185185
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
186186
format: 'sarif'

0 commit comments

Comments
 (0)