Skip to content

Commit

Permalink
ci(trivy): let trivy regularly check latest containers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed Jul 18, 2024
1 parent c16826f commit cb00152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
# Path to Docker image
image-ref: "docker.io/tractusx/bpdm-pool:latest-alpha"
image-ref: "docker.io/tractusx/bpdm-pool:latest"
format: "sarif"
output: "trivy-results2.sarif"
exit-code: "0"
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
# Path to Docker image
image-ref: "docker.io/tractusx/bpdm-gate:latest-alpha"
image-ref: "docker.io/tractusx/bpdm-gate:latest"
format: "sarif"
output: "trivy-results3.sarif"
exit-code: "0"
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
# Path to Docker image
image-ref: "docker.io/tractusx/bpdm-cleaning-service-dummy:latest-alpha"
image-ref: "docker.io/tractusx/bpdm-cleaning-service-dummy:latest"
format: "sarif"
output: "trivy-results4.sarif"
exit-code: "0"
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
# Path to Docker image
image-ref: "docker.io/tractusx/bpdm-orchestrator:latest-alpha"
image-ref: "docker.io/tractusx/bpdm-orchestrator:latest"
format: "sarif"
output: "trivy-results4.sarif"
exit-code: "0"
Expand Down

0 comments on commit cb00152

Please sign in to comment.