Pin Trivy CLI to v0.69.3 to work around deleted release assets

Trivy releases v0.27.0-v0.69.1 were deleted as part of a supply chain
attack on 2026-03-01 (aquasecurity/trivy#10265). Pin the CLI version
explicitly so the action does not try to download missing assets.
This commit is contained in:
Antony Messerli 2026-03-15 14:27:30 -05:00
parent dab4b8137b
commit ecd624b2bb

View File

@ -96,6 +96,7 @@ jobs:
uses: aquasecurity/trivy-action@0.33.1
with:
image-ref: 'ghcr.io/netbootxyz/netbootxyz:${{ env.TAG_SUFFIX }}'
version: 'v0.69.3'
format: 'table'
exit-code: ${{ env.IS_PR == 'true' && '1' || '0' }}
ignore-unfixed: true