From dd95aa13997ef067df974938670eac1b81ac82d1 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Fri, 18 Aug 2023 15:08:24 +0200 Subject: [PATCH] fix(trivy): image reference now points to BPDM dockerhub images --- .github/workflows/trivy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 1115869c9..05c9a3fef 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -59,7 +59,7 @@ jobs: uses: aquasecurity/trivy-action@master with: # Path to Docker image - image-ref: "ghcr.io/${{ github.repository }}/pool:latest" + image-ref: "docker.io/tractusx/bpdm-pool:latest" format: "sarif" output: "trivy-results2.sarif" exit-code: "1" @@ -92,7 +92,7 @@ jobs: uses: aquasecurity/trivy-action@master with: # Path to Docker image - image-ref: "ghcr.io/${{ github.repository }}/gate:latest" + image-ref: "docker.io/tractusx/bpdm-gate:latest" format: "sarif" output: "trivy-results3.sarif" exit-code: "1" @@ -125,7 +125,7 @@ jobs: uses: aquasecurity/trivy-action@master with: # Path to Docker image - image-ref: "ghcr.io/${{ github.repository }}/bridge-dummy:latest" + image-ref: "docker.io/tractusx/bpdm-bridge-dummy:latest" format: "sarif" output: "trivy-results4.sarif" exit-code: "1"