Metadata-Version: 2.4
Name: secsentry
Version: 1.3.1
Summary: CLI wrapper for the SecSentry Go secrets scanner
Author: SecSentry
License: MIT
Project-URL: Homepage, https://github.com/umeraamir69/secsentry
Project-URL: Repository, https://github.com/umeraamir69/secsentry
Project-URL: Issues, https://github.com/umeraamir69/secsentry/issues
Keywords: security,secrets,git,scanner
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pip package

Same version as the Go release (`VERSION` in the repo root). This console script only launches the Go CLI.

```
go install github.com/umeraamir69/secsentry/cmd/secsentry@latest
pip install secsentry
secsentry scan .
```

Requires the `secsentry` binary on PATH (`go install` or a release build). The old Python detector tree under `src/secsentry` is not this package.
