fix: trivy-action@master (0.28.0 tag doesn't resolve)
Some checks failed
spike-build / build (push) Failing after 23s
Some checks failed
spike-build / build (push) Failing after 23s
This commit is contained in:
parent
a818e8fd88
commit
656e93af9e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ github.repository }}/web:sha-${{ github.sha }}
|
||||
- uses: aquasecurity/trivy-action@0.28.0
|
||||
- uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
image-ref: ${{ env.REGISTRY }}/${{ github.repository }}/web@${{ steps.push.outputs.digest }}
|
||||
severity: CRITICAL,HIGH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue