Skip to content

Commit b2f3272

Browse files
Patel230claude
andcommitted
fix(ci): bump trivy-action to v0.36.0
v0.28.0 pulled a yanked setup-trivy@v0.2.1, breaking the image scan. v0.36.0 pins a valid setup-trivy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 76fef15 commit b2f3272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Scan image with Trivy
7070
if: github.event_name != 'pull_request'
71-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
71+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
7272
with:
7373
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:sha-${{ github.sha }}
7474
format: sarif

0 commit comments

Comments
 (0)