From 75146638ea35b7305e3462c91b5a88c1efc7187a Mon Sep 17 00:00:00 2001 From: benjaminastrand Date: Thu, 23 Jan 2025 17:31:38 +0100 Subject: [PATCH] Fix ghcr link --- .github/workflows/build-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index 738c246c6..ef1385aa2 100644 --- a/.github/workflows/build-containers.yaml +++ b/.github/workflows/build-containers.yaml @@ -65,7 +65,7 @@ jobs: TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db,aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db with: # image-ref: ghcr.io/${{ github.repository }}/fedn:master - image-ref: ghcr.io/${{ github.repository }}/fedn:fix/SK-1320 + image-ref: ghcr.io/${{ github.repository }}/fedn:fix-SK-1320 format: 'sarif' output: 'trivy-results.sarif' severity: HIGH,CRITICAL