debug trivy
Some checks failed
Build / Build & push new image (push) Successful in 11m33s
Build / Scan current image with Grype (push) Failing after 49s
Build / Scan current image with Trivy (push) Failing after 1s

This commit is contained in:
titanz 2025-02-05 17:23:16 +01:00
parent 7076cd58ee
commit 700af4b384
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -77,7 +77,9 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Run Trivy vulnerability scanner
- name: debug
- run: |
echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} - name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}