An open API service indexing awesome lists of open source software.

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

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.