Skip to content
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

how to setup Talisman CLI in RHEL7 #373

Open
venkatn087 opened this issue Jul 7, 2022 · 1 comment
Open

how to setup Talisman CLI in RHEL7 #373

venkatn087 opened this issue Jul 7, 2022 · 1 comment

Comments

@venkatn087
Copy link

Hi Team,

Hope you are doing well.

I have gone through the github page to set up Talisman as a CLI utility in RHEL7, but i am unable to set it up .Could you please let me know the steps to setup the Talisman as CLI and also could you please share talisman command to scan the entire git repo.

I have followed below steps to do the same.
mkdir ~/.talisman
cd ~/.talisman
curl -L -O https://github.com/thoughtworks/talisman/releases/download/v1.28.0/talisman_linux_386
chmod +x talisman_linux_386
go to githubrepo directory then execute the below command
~/.talisman/talisman_linux_386 --scan

But if i given talisman --version getting an error as
brsubbareddy123@instance-5 ~]$ talisman --version
-bash: talisman: command not found --------------------------------->Error.
[brsubbareddy123@instance-5 ~]$

Best Regards
Venkat

@svishwanath-tw
Copy link
Collaborator

svishwanath-tw commented Aug 2, 2022

@venkatn087 : Please use official installation script. If you download binary using curl, you risk being unable to verify checksum.

Alternatively you can add the path to talisman binary to the shell path.

export PATH="$HOME/.talisman:$PATH"

In either case, the executable is still called talisman_linux_386 . So it can be invoked using plain talisman. The steps you claim to have followed explicitly says:

# go to githubrepo directory then execute the below command
~/.talisman/talisman_linux_386 --scan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants