ga1or0920/piilex scan
Scan source code for PII and map findings to regulatory frameworks (GDPR, CCPA)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (directory or file) | no | . |
| framework | Regulatory framework(s): gdpr, ccpa (comma-separated) | no | "" |
| severity | Minimum severity to report: low, medium, high, critical | no | low |
| fail-on | Fail the step if findings at this severity or above: low, medium, high, critical | no | "" |
| output | Output format: table, json, sarif | no | table |
| baseline | Path to baseline JSON for diff scanning | no | "" |
| save-baseline | Path to save current scan as baseline | no | "" |
| config | Path to .piilex.yml config file | no | .piilex.yml |
| version | piilex version to use (e.g., v0.1.0, latest) | no | latest |
| sarif-file | File path for SARIF output (used with output=sarif) | no | piilex-results.sarif |
| upload-sarif | Upload SARIF to GitHub Code Scanning (true/false) | no | true |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| sarif-file | Path to SARIF output file (if generated) |
| exit-code | Exit code from piilex (0=pass, 1=findings above threshold) |