ventz/PII Scanner
Scan code for PII and sensitive information using AWS Comprehend
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-all | Scan all files recursively instead of just changed files | no | false |
| min-confidence | Minimum confidence score (0.0-1.0) for PII detection | no | 0.85 |
| output-format | Output format: text, json, or csv | no | text |
| custom-regex-file | Path to file containing custom regex patterns | no | — |
| exclude-dirs | Comma-separated list of directories to exclude | no | — |
| exclude-exts | Comma-separated list of file extensions to exclude | no | — |
| workers | Number of worker threads | no | 8 |
| verbose | Enable verbose output | no | false |
| quiet | Suppress all output except findings and errors | no | false |
| aws-region | AWS region to use for Comprehend API | no | us-east-1 |
| config-file | Path to configuration file | no | — |
Outputs
no outputs