From a0de990635da4b5d9255734260127b20a4df25bc Mon Sep 17 00:00:00 2001 From: Emterry Date: Thu, 28 Nov 2024 17:27:28 +0000 Subject: [PATCH] debug --- .github/workflows/scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 3d5fca81..b964cc0e 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -26,7 +26,7 @@ jobs: id: build shell: bash env: - IMAGE_NAME: ghcr.io/${{ github.repository }} + IMAGE_NAME: ${{ github.repository }} IMAGE_TAG: ${{ github.sha }} run: | docker compose build @@ -38,6 +38,6 @@ jobs: TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1 with: - image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }} + image-ref: ${{ github.repository }}:${{ github.sha }} severity: HIGH,CRITICAL exit-code: 1 \ No newline at end of file