(Replying to PARENT post)

Wondering if there any open source project which does similar things? (surprised if it's not)
๐Ÿ‘คvira28๐Ÿ•‘5y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(Replying to PARENT post)

you will need to glue together (and maintain) a bunch of different open-source projects to achieve the same capabilities - here are some: https://github.com/danger/danger-js, https://github.com/probot/probot, https://github.com/Yelp/detect-secrets, https://github.com/github/licensed, and many more...
๐Ÿ‘คeyarz๐Ÿ•‘5y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(Replying to PARENT post)

Here's one for credential scanning:

https://github.com/dxa4481/truffleHog

๐Ÿ‘ค__jal๐Ÿ•‘5y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(Replying to PARENT post)

I developed this a while ago and it was used as gate check in a Linux Foundation project. Its essentially the same as the OP project (regex based), but without the GUI.

https://anteater.github.io/

๐Ÿ‘คdevnullbyte๐Ÿ•‘5y๐Ÿ”ผ0๐Ÿ—จ๏ธ0