-
Notifications
You must be signed in to change notification settings - Fork 241
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
Integration of talisman with jenkins #370
Comments
hi @mydailypuff could you execute |
|
Hi @mydailypuff. Thanks for the update. Unfortunately the new output does not throw more light on the problem at hand. Talisman in scan mode looks for a .git folder (indirectly by executing git commands using the git binary) . It assumes that the working directory is the root of a git repository. My questions here would be :
|
so how can I give permissions for talisman on the working directory? Actually in my local I did not give any permissions but it worked |
given read and write permissions to .talisman and .git-template as well as all the files in the working directory; but of no use |
Can you recreate the issue in a docker container? We need to be able to reproduce it on our end. |
I tried with one other way, with this talisman is getting installed and scanning but not fetching any reports |
getting this in the report which is wrong, as I have secrets in my repo |
@mydailypuff : In your latest comments, release v1.3.0 and a 386 build are being used ? The first comment has talisman_linux_amd64 with no version specified. This is confusing to me. |
This is my jenkinsfile. I was integrating talisman with jenkins. But it is not scanning, I guess it is not considering the current repo as the git repo. Below is the error log.
I am able to get the talisman scan report in my local, however in jenkins it is throwing the error. Could anyone please help me with this!
The text was updated successfully, but these errors were encountered: