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