Skip to content

Commit

Permalink
Merge pull request #1293 from eclipse-tractusx/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/main/aquasecurity/trivy-action-0.20.0

chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0
  • Loading branch information
wolf4ood authored May 13, 2024
2 parents 841533b + d525ec0 commit c71e98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: "config"
# ignore-unfixed: true
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
## the next two steps will only execute if the image exists check was successful
- name: Run Trivy vulnerability scanner
if: success() && steps.imageCheck.outcome != 'failure'
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: "tractusx/${{ matrix.image }}:sha-${{ needs.git-sha7.outputs.value }}"
format: "sarif"
Expand Down

0 comments on commit c71e98e

Please sign in to comment.