DLP Secret Scan
Version updated for https://github.com/SpiderCob/dlp-scan-action to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action uses dlp-patterns to scan a codebase for secrets, PII, and sensitive data. It helps detect over 50 categories of sensitive information and provides detailed reports on findings, including the number and severity levels. The action can be configured to focus only on API keys and credentials or to scan everything, including PII. Users can set thresholds for severities to trigger different actions in CI/CD pipelines.
What’s Changed
Scan your codebase for secrets and PII in CI — zero configuration needed.
- Detects 50+ categories: AWS/GitHub/Stripe/Slack keys, JWTs, private keys, DB connection strings, SSNs, credit cards, and more
- Entropy gating and Luhn validation to minimise false positives
secrets-onlymode for fast source code scanning- Configurable
fail-onseverity: critical, high, medium, low - Outputs
findings-countandhighest-severityfor downstream steps
Powered by dlp-patterns — Apache 2.0