From 320e2a2ac1cc9c06fb4415c3b1c083c35b3a6387 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 13 Aug 2024 15:26:04 +0300 Subject: fix(cd): Docker container link in Trivy --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 01259fd..2ed8a43 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@master with: - image-ref: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web:latest + image-ref: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web-server:latest format: 'sarif' output: 'trivy-results.sarif' exit-code: 0 -- cgit v1.2.3