diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index d87da77c6..97a5bafa7 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -71,7 +71,7 @@ jobs: uses: aquasecurity/trivy-action@master with: # Path to Docker image - image-ref: "ghcr.io/catenax-ng/tx-managed-simple-data-exchanger-backend:latest" + image-ref: "tractusx/managed-simple-data-exchanger-backend:latest" format: "sarif" output: "trivy-results.sarif" exit-code: "1"