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.89k stars 241 forks source link

Scan mode with IgnoreHistory option now respects the fileIgnore config in .talismanrc #388

Closed DivyaUppu closed 1 year ago

svishwanath-tw commented 2 years ago

@jmatias : I paired with another thoughtworker @DivyaUppu to make this change.

This will enable talisman users to use talisman --scan --ignoreHistory on CI.

A much awaited feature.