Skip to content

Commit

Permalink
trivy image scan workflow updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagajbhiye9 authored Sep 1, 2023
1 parent d430a44 commit 31f36ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 31f36ab

Please sign in to comment.