-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syft version
report is broken with 0.97.0 release
#2334
Comments
We're seeing the same during a Docker build in Alpine. INSTALL_VERSION="0.97.0"
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- v${INSTALL_VERSION}
[info] fetching release script for tag='v0.97.0'
[info] using release tag='v0.97.0' version='0.97.0' os='linux' arch='amd64'
[info] installed ./bin/syft
syft version
echo $?
0
syft --version
It just returns nothing |
For the release binary in here as well |
Thanks guys! We tracked the regression to this commit 1c787f4. We'll take a look and get a patch release out - apologies for the friction on this new release |
Thanks for the quick turnaround! 🚀 |
Is that going to a re-tag or a new release? Just curious. Thanks! |
we'll make another release within an hour or so, trying to get one more fix in if I can manage it |
sounds perfect! Thanks! |
👋 looks like syft version is broken for the 0.97.0 release? Thanks!
relates to Homebrew/homebrew-core#154645
The text was updated successfully, but these errors were encountered: