mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
fix: update grype version to support darwin arm64 (#1830)
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
d37674ee17
commit
8c044b0d08
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ UNIT=make unit-local
|
|||
# release)
|
||||
ACCEPTANCE_CMD=sh -c '../../install.sh -b /usr/local/bin && grype version'
|
||||
# we also want to test against a previous release to ensure that install.sh defers execution to a former install.sh
|
||||
PREVIOUS_RELEASE=v0.24.0
|
||||
# this version should be at least as recent as when grype was publishing for darwin arm64 as that is what the github runner uses for osx validation
|
||||
PREVIOUS_RELEASE=v0.60.0
|
||||
ACCEPTANCE_PREVIOUS_RELEASE_CMD=sh -c "../../install.sh -b /usr/local/bin $(PREVIOUS_RELEASE) && grype version"
|
||||
|
||||
# CI cache busting values; change these if you want CI to not use previous stored cache
|
||||
|
|
Loading…
Reference in a new issue