unable to install tfsec on centos #1939
Unanswered
Ravish17
asked this question in
Help and suppports
Replies: 1 comment
-
I don't think this is an topic for discussion but more an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
install_linux.sh is giving error on centos.
It seems --ignore-missing is not recognized on centos while validating checksum.
$ curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
arch=amd64
remote_filename=tfsec-linux-amd64
local_filename=tfsec
====================================================
Looking up the latest version...
Downloading tfsec v1.28.1
Downloaded successfully
Validate checksum
sha256sum: unrecognized option '--ignore-missing'
Try 'sha256sum --help' for more information.
Failed to verify checksum
Beta Was this translation helpful? Give feedback.
All reactions