diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d44a2a..c691133 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - name: Scan backend image for vulnerabilities - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: backend:ci format: table @@ -173,7 +173,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - name: Scan frontend image for vulnerabilities - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: frontend:ci format: table