thoughtworks / talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
https://thoughtworks.github.io/talisman/
MIT License
1.87k stars 241 forks source link

talisman is letting me commit my secret data on GitHub #428

Open ayushifundwave09 opened 1 year ago

ayushifundwave09 commented 1 year ago

Hello, Today while committing one of my files which is:

This is just an example file:

const object = { a = paassword@123#$<F13> b = eyJvIjoiODA2MDkyIiwibiI6ImZ3ZGVtby1 }

when I was committing it through the git command which is `git commit:

Getting this output, the talisman is not stopping for commit. Could you please tell me why? talisman

Any additional configuration that I need to do?