talisman
talisman copied to clipboard
Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
**Is your feature request related to a problem? Please describe.** I want to import data of Talisman into my vulnerability aggregation tool OWASP DefectDojo. Talisman doesn't seems to generate reports...
When a file containing brackets gets flagged by talisman, the CLI output doesnt escape the brackets so we cant copy/paste directly to `.talismanrc`. file names with brackets break the YAML
Hi Team, I am getting an Error message while scanning my github repo as mentioned below. Could you please let me know why as i getting an error? ERRO[0011] error...
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...
**Describe the bug** Talisman 1.28.0 (and below) silently fails if you have this setting in your `~/.gitconfig`: ``` [diff] noprefix = true ``` **To Reproduce** Add the GIT setting, try...
**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...
``` pipeline { agent { kubernetes { yamlFile 'build/pod.yaml' } } options { buildDiscarder(logRotator(numToKeepStr: '6')) } stages { stage('talisman check') { steps { script{ container('talisman') { sh ''' export TALISMAN_HOME=/root/.talisman/bin...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when using talisman --scan on our azure pipeline because there are some files checked into the repo...
**Describe the bug** I don't seem to be able to make use of custom severities when using talisman within a pre-push hook. **To Reproduce** Steps to reproduce the behavior: ```bash...
**Describe the bug** The automatic update script is currently failing on an M1 / arm64 Mac with the reason 'unsupported architecture'. ``` Your version of Talisman is outdated. Updating Talisman...