You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to download directly the latest version of syft without making two requests. Is it possible on github if the path is like https://github.com/${ORG}/${REPO}/release/latest/download/${FILENAME}
For example here, I am looking at the version 0.100.0, I am a Linux user with x86_64 and I use the tgz so I would like the filename to be syft_linux_amd64.tar.gz instead of syft_0.100.0_linux_amd64.tar.gz.
Hi, thanks for the suggestion! I will run it by the team to see if we can add a file without a version number to the list of assets. In the meantime, here are a couple of things that might help:
Our install.sh script for syft and grype has some mechanisms to find the latest version
Hi there, after discussing this we are going to go ahead and close this issue since there are some suitable workarounds and generating a release artifact without a version number attached has some potential bad side effects if you are unsure of what's inside the release. Please let us know if you need any more help with the suggested workarounds. Thank you!
I would like to be able to download directly the latest version of syft without making two requests. Is it possible on github if the path is like
https://github.com/${ORG}/${REPO}/release/latest/download/${FILENAME}
For example here, I am looking at the version 0.100.0, I am a Linux user with x86_64 and I use the tgz so I would like the filename to be
syft_linux_amd64.tar.gz
instead ofsyft_0.100.0_linux_amd64.tar.gz
.Sent from my FP3 using FastHub-Libre
The text was updated successfully, but these errors were encountered: