Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
- trivy action update as per dependabot.
  • Loading branch information
adityagajbhiye9 authored Jul 19, 2024
1 parent f10b3be commit 4a1d024
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 @@ -38,7 +38,7 @@ jobs:

steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: "tractusx/managed-simple-data-exchanger-backend:latest" # Pull image from Docker Hub and run Trivy vulnerability scanner
format: "sarif"
Expand All @@ -52,4 +52,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: "trivy-results.sarif"
sarif_file: "trivy-results.sarif"

0 comments on commit 4a1d024

Please sign in to comment.