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.9k stars 243 forks source link

Install just the talisman binary #445

Closed tw-owen-nelson closed 8 months ago

tw-owen-nelson commented 9 months ago

Similar to https://github.com/thoughtworks/talisman/pull/420, provide a way to install just the talisman binary without installing any hook scripts. This installation mode makes it easier to use talisman in hook frameworks likes husky and pre-commit, and makes it easier to use in a CI pipeline if desired.

https://github.com/thoughtworks/talisman/issues/444