fix(ci): update trivy-action to v0.35.0

Version 0.30.0 does not exist; latest release is v0.35.0.
This commit is contained in:
2026-03-29 07:30:35 -06:00
parent bc8d4f9fe5
commit 12bc0cd4a1
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
# Uncomment below to push the image to Docker Hub (or another registry)
- name: Scan image for vulnerabilities
uses: aquasecurity/trivy-action@0.35.0
uses: aquasecurity/trivy-action@v0.35.0
with:
image-ref: ${{ env.IMAGE_TAG }}
format: table