fix(github) bumped trivy to latest version

This commit is contained in:
2026-03-28 23:29:00 -06:00
parent aa7fefe497
commit bc8d4f9fe5
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
# Uncomment below to push the image to Docker Hub (or another registry) # Uncomment below to push the image to Docker Hub (or another registry)
- name: Scan image for vulnerabilities - name: Scan image for vulnerabilities
uses: aquasecurity/trivy-action@0.30.0 uses: aquasecurity/trivy-action@0.35.0
with: with:
image-ref: ${{ env.IMAGE_TAG }} image-ref: ${{ env.IMAGE_TAG }}
format: table format: table