Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from eclipse-tractusx/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/aquasecurity/trivy-action-0.19.0

chore(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0
  • Loading branch information
fabiodmota authored Apr 10, 2024
2 parents f91a574 + a66fe48 commit 21aa747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:


- name: Run Trivy Table
uses: aquasecurity/trivy-action@0.18.0
uses: aquasecurity/trivy-action@0.19.0
with:
scan-type: 'image'
image-ref: 'backend:latest'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.18.0
uses: aquasecurity/trivy-action@0.19.0
with:
scan-type: "config"
hide-progress: false
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# For public images, no ENV vars must be set.
- name: Run Trivy vulnerability scanner
if: always()
uses: aquasecurity/trivy-action@0.18.0
uses: aquasecurity/trivy-action@0.19.0
with:
# Path to Docker image
image-ref: "tractusx/vas-country-risk-backend:latest"
Expand Down

0 comments on commit 21aa747

Please sign in to comment.