wget or curl statement to get the Latest release version #1900
Unanswered
rajk1000
asked this question in
Help and suppports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Just wondering if anyone could help me with the wget or curl statement, that i could call from my CI pipeline, to always grab and download the latest version of tfsec.
For example, so far I use the following simple wget to get the v1.27.6 version. However, I ideally want to always get the 'latest'...
wget -O /usr/local/bin/tfsec https://github.com/tfsec/tfsec/releases/download/v1.27.6/tfsec-linux-amd64
Thanks
Beta Was this translation helpful? Give feedback.
All reactions