talisman icon indicating copy to clipboard operation
talisman copied to clipboard

Talisman git scanner in azure devops pipeline

Open nasreenwahab opened this issue 3 years ago • 2 comments

Issue: In the azure DevOps pipeline, I have added the bash script task and tried to enable talisman scanwithHTML but ran into the error - /tmp/install_talisman.bash: line 148: shasum: command not found.

Environment Azure DevOps pipeline in windows

#Write your commands here curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/master/global_install_scripts/install.bash > /tmp/install_talisman.bash

chmod +x /tmp/install_talisman.bash

#ENV TERM=dumb echo "1\n\n/root" | /bin/bash /tmp/install_talisman.bash image

nasreenwahab avatar May 27 '22 15:05 nasreenwahab

Dear user, I too faced the same issue in RHEL7, after installing the below package worked fine. Please install the below package and try it.

yum install -y perl-Digest-SHA

venkatn087 avatar Jul 07 '22 13:07 venkatn087

Thanks @venkatn087 for the input. I was able to install but the scan is failing with out of memory error. I am using the 1.28 version in windows. Any help around this will be helpful.

nasreenwahab avatar Jul 22 '22 12:07 nasreenwahab