Skip to content

Commit

Permalink
Merge pull request #467 from bci-oss/chore/increase-trivy-scan-versions
Browse files Browse the repository at this point in the history
Increase versions in trivy scan
  • Loading branch information
tunacicek authored Oct 8, 2024
2 parents 6ee06e0 + 57f4f5f commit fd515e6
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 @@ -43,10 +43,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.18.0
uses: aquasecurity/trivy-action@0.24.0
with:
scan-type: "config"
format: "sarif"
Expand All @@ -73,7 +73,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
Expand All @@ -84,7 +84,7 @@ jobs:
run: mvn clean package

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.18.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: "tractusx/sldt-digital-twin-registry:latest"
format: "sarif"
Expand Down

0 comments on commit fd515e6

Please sign in to comment.