Skip to content

Commit

Permalink
Update aquasecurity/trivy-action action to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 36bf55c commit 03b30eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
docker compose --file docker-compose.test.yml up --exit-code-from sut -t 10 --build
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.15.0
with:
image-ref: '${{ env.IMAGE_NAME }}:${{ env.TEST_TAG }}'
format: 'sarif'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.15.0
with:
image-ref: ${{ env.IMAGE }}
format: 'sarif'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
provenance: false

- name: Run Trivy vulnerability scanner for PR
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.15.0
with:
image-ref: '${{ env.IMAGE_NAME }}:${{ github.sha }}'
format: 'table'
Expand Down

0 comments on commit 03b30eb

Please sign in to comment.