talisman icon indicating copy to clipboard operation
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.

Results 79 talisman issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Every time we uninstall Talisman, if there are hooks created only by Talisman, Talisman cleans them up. But in Windows, all the hooks linger around and the...

bug
hacktoberfest
good first issue
windows

**Describe the bug** - The Create React App documentation advises installing and running `gh-pages` to publish a simple React app to GitHub Pages: [https://create-react-app.dev/docs/deployment/#step-2-install-gh-pages-and-add-deploy-to-scripts-in-packagejson](url) - When running `yarn deploy` the...

I tried to disable the filecontent detector for a specific file as detailed in readme, talisman seems not to pick up a ignore_detectors: [filecontent] directive for a file. version: talisman...

[Homebrew](https://brew.sh/) based installation would make it much simpler to install talisman on MacOS.

enhancement

For a codebase which had 600 newly added files ```bash time ~/.talisman/bin/talisman_darwin_amd64 --githook pre-commit >/dev/null real 0m14.029s user 0m12.035s sys 0m2.216s ``` It is taking `14 seconds`. Can we try...

bug
hacktoberfest
performance

**Describe the bug** I have a large Repo (607.7 MiB /.git), if I run a Talisman scan on this repo, it's exit with code 2 and following error: `14:24:12 fatal...

bug
help wanted
performance

When `.talismanrc` is checked in, the changes to it can be tracked via git. But that does not prevent accidental (or malicious) misconfiguration. A PKI based signing mechanism can be...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

On our project, we are using `git-crypt` to safely store privileged material. Talisman is giving off false positives in that case, rendering it almost useless (as an exclusion list has...

I am running talisman as pre-commit hook. I have added a text file with password in it but during commit it did not raise any alert. Please let me know...