Skip to content

Add feature to permanently ignore files based on a scope

Compare
Choose a tag to compare
@svishwanath-tw svishwanath-tw released this 02 Oct 07:27

Talisman now supports permanently ignoring certain files using an idea called scopes.
A scope defines a set of files that will be ignored by talisman during scans.
There a currently a few hard-coded set of scopes (node, go to support nodeJS and Go-lang respectively). Users cannot create their own scopes.
A guideline for adding scopes vi github Pull Request's is being prepared.