From 0d7b7acfd4c451cce0a1dc0905c71becb3fd1208 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 13 Aug 2024 15:23:28 +0300 Subject: fix(cd*): Update version of Trivy --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/cd.yml') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 47236fd..01259fd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -28,7 +28,7 @@ jobs: needs: Build-docker-and-push steps: - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@master with: image-ref: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web:latest format: 'sarif' -- cgit v1.2.3