Skip to content

Commit

Permalink
Merge pull request #400 from eclipse-tractusx/fix/workflows/trivy-ima…
Browse files Browse the repository at this point in the history
…ge-ref

fix(trivy): image reference now points to BPDM dockerhub images
  • Loading branch information
nicoprow authored Aug 18, 2023
2 parents 7bd73c3 + dd95aa1 commit c1f6977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c1f6977

Please sign in to comment.