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

Add pnpm-lock.yml to talismanrc #443

Closed dougalg closed 6 months ago

dougalg commented 6 months ago

I'm adding support for pnpm-lock.yml when the node scope is enabled. This could be useful as many people use pnpm and might not want to have to manually ignore it every time the lockfile changes

dougalg commented 6 months ago

@harinee @jmatias Just wanted to check if there's any extra process I should follow when raising this PR? Should I also open an issue for this, for example?

dougalg-js-tw commented 6 months ago

cc @tw-owen-nelson

dougalg-js-tw commented 6 months ago

@jmatias just following up on this again, thanks