Skip to content

Commit

Permalink
Update aquasecurity/trivy-action action to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent d072500 commit 974caa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # v0.9.2
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
with:
scan-type: '${{ inputs.scan-type }}'
scan-ref: '.'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # v0.9.2
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
with:
image-ref: '${{ inputs.image-ref }}'
format: 'template'
Expand Down

0 comments on commit 974caa8

Please sign in to comment.