Skip to content

Commit 4c1c08b

Browse files
committed
ci: bump trivy-action to v0.35.0
1 parent a8471de commit 4c1c08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-scan-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Run Trivy vulnerability scanner
170170
if: matrix.scanner == 'trivy'
171-
uses: aquasecurity/trivy-action@0.28.0
171+
uses: aquasecurity/trivy-action@v0.35.0
172172
with:
173173
image-ref: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
174174
format: sarif

0 commit comments

Comments
 (0)