Skip to content

Commit

Permalink
chore(deps): update aquasecurity/trivy-action action to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent b2f2f06 commit 62dcdd0
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 @@ -70,7 +70,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
with:
scan-type: '${{ inputs.scan-type }}'
scan-ref: '.'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
with:
image-ref: '${{ inputs.image-ref }}'
format: 'template'
Expand Down

0 comments on commit 62dcdd0

Please sign in to comment.