Use latest Trivy action
This commit is contained in:
parent
b3cca778fa
commit
5a8e960374
2 changed files with 2 additions and 2 deletions
2
.github/workflows/scheduled-update.yaml
vendored
2
.github/workflows/scheduled-update.yaml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
version=${{ needs.check.outputs.version }}
|
||||
|
||||
- name: Trivy scan
|
||||
uses: aquasecurity/trivy-action@0.35.0
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
image-ref: ${{ env.IMAGE }}:${{ needs.check.outputs.version }}
|
||||
format: sarif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue