https://github.com/notashelf/inquisitor
Minimalist secret scanner for Git repositories
https://github.com/notashelf/inquisitor
Last synced: about 1 year ago
JSON representation
Minimalist secret scanner for Git repositories
- Host: GitHub
- URL: https://github.com/notashelf/inquisitor
- Owner: NotAShelf
- License: bsd-3-clause
- Created: 2025-01-06T08:59:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T10:14:47.000Z (over 1 year ago)
- Last Synced: 2025-03-10T03:55:35.910Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inquisitor
Simple, minimal secrets scanner that I've created for my Forgejo repositories.
Slightly more powerful than a bash script abusing grep with regular expressions
and slightly less than a full fledged Rust program.
## Using
Add "private" headers and path regular expressions to a `configuration.json` and
pass `--config=path/to/configuration.json` to the program.