Skip to content

Commit 9b7e652

Browse files
authored
Merge pull request #252 from sir-gon/renovate/aquasecurity-trivy-action-0.x
Update aquasecurity/trivy-action action to v0.33.0
2 parents 616ccfa + ac7dd5d commit 9b7e652

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
@@ -180,15 +180,15 @@ jobs:
180180
docker image ls -a
181181
182182
- name: Run Trivy vulnerability scanner (cli 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: "table"
187187
env:
188188
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
189189

190190
- name: Run Trivy vulnerability scanner (sarif report)
191-
uses: aquasecurity/trivy-action@0.32.0
191+
uses: aquasecurity/trivy-action@0.33.0
192192
with:
193193
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
194194
format: "sarif"

0 commit comments

Comments
 (0)