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.
Hey 👋🏾 In our project we have the issue that it quite cumbersome that diverging file checksums are detected very late. only before pushing the commits. We use the `pre-commit`...
I installed talisman in my project, but when I try to commit from visual studio, I get error: `.git/hooks/pre-commit: line 6: /c/src/[project name]/.git/hooks/bin/talisman: No such file or directory` when I...

@svishwanath-tw I'm working on this in a branch for now: https://github.com/thoughtworks/talisman/tree/javier-installation-refactor
This PR fixes #416 Issue happens when the repo has multiple files of the same name in different directories. This is because in various scenarios, a function in gitrepo.go checks...
**Describe the bug** `.talismanrc` is supposed to be a yaml file. However, the filename does not end in .yaml, certain editors may not detect it and use yaml settings, and...
Talisman can be installed with [WinGet](https://learn.microsoft.com/en-gb/windows/package-manager/) on Windows (similar to Homebrew/linuxbrew).
This pull request introduces a fix for issue #454. Now, encountering an invalid .talismanrc file will trigger an error message. This enhancement is particularly beneficial when using custom patterns through...
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.5 to 1.0.7. Commits fbb970f Merge pull request #273 from olekukonko/alignment 01bf4ac minor cleanup and return WithSymbols 33047f3 update readme 66e06ee add debug info 3b62115 improve deprecate...