From c174b7b77428bb2f144d6a22c369d4ad281b0b1d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 13 Aug 2024 15:19:43 +0300 Subject: fix(cd*): Removed docker.io start --- .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 1f7fb43..9365602 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,7 +30,7 @@ jobs: - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@0.20.0 with: - image-ref: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/pico-web:latest + image-ref: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web:latest format: 'sarif' output: 'trivy-results.sarif' -- cgit v1.2.3