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

feat(install) add option to download the binary only and not install a hook #420

Open FelixMarcus opened 1 year ago

FelixMarcus commented 1 year ago

Related to Issue #419

FelixMarcus commented 1 year ago

Suggested code changes - documentation update still required

tinamthomas commented 1 year ago

@harinee @jmatias Do you see any concerns with having a no-hook install option that only pulls the binary?

jmatias commented 1 year ago

@harinee Do you see any concerns with having a no-hook install option that only pulls the binary?

I think that makes sense. I don't have any issues.