Skip to content

Commit

Permalink
Bump trivy to 0.26.0 (#4364)
Browse files Browse the repository at this point in the history
* Bump trivy to 0.25.0

* Bump to 0.26.0
  • Loading branch information
asteel-gsa authored Oct 11, 2024
1 parent e7ad09c commit 6a910ec
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 @@ -39,7 +39,7 @@ jobs:
run: docker build -t ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} .

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.26.0
with:
image-ref: '${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }}'
scan-type: 'image'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: docker pull ${{ matrix.image.name }}

- name: Run Trivy vulnerability scanner on Third Party Images
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.26.0
with:
image-ref: '${{ matrix.image.name }}'
scan-type: 'image'
Expand Down

0 comments on commit 6a910ec

Please sign in to comment.