Skip to content

Commit

Permalink
fix: downgrade trivy version (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Dec 7, 2023
1 parent 291b22b commit 826aca0
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 @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.12.0
with:
scan-type: "config"
# ignore-unfixed: true
Expand Down Expand Up @@ -101,7 +101,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.14.0
uses: aquasecurity/trivy-action@0.12.0
with:
image-ref: "tractusx/${{ matrix.image }}:sha-${{ needs.git-sha7.outputs.value }}"
format: "sarif"
Expand Down

0 comments on commit 826aca0

Please sign in to comment.