From 12bc0cd4a113e9ac1029cbbab766e186d78f9092 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Sun, 29 Mar 2026 07:30:35 -0600 Subject: [PATCH] fix(ci): update trivy-action to v0.35.0 Version 0.30.0 does not exist; latest release is v0.35.0. --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a492392..44fe981 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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