trivy: try to use version instead of master
Some checks failed
Build / Build & push new image (push) Successful in 11m33s
Build / Scan current image with Trivy (push) Failing after 5m33s
Build / Scan current image with Grype (push) Failing after 58s

This commit is contained in:
titanz 2025-01-29 13:55:27 +01:00
parent eafc79d9e3
commit 7076cd58ee
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
format: template