ci: downgrade Syft to 0.65.0

This commit is contained in:
Nils Hanke 2023-01-18 17:49:32 +01:00 committed by Nils Hanke
parent 4e9c49c342
commit b52c917dc6

View File

@ -7,7 +7,7 @@ runs:
shell: bash
working-directory: /tmp
env:
SYFT_VERSION: "0.66.2"
SYFT_VERSION: "0.65.0" # Before upgrading, check if this has been fixed: https://github.com/anchore/syft/issues/1465
GRYPE_VERSION: "0.55.0"
OS: ${{ runner.os }}
ARCH: ${{ runner.arch }}