·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
πΆ pii-hound is now on the GitHub Marketplace!
This release marks a major milestone for pii-hound, transforming it into a first-class citizen for CI/CD pipelines.
π Major New Features:
- Official GitHub Action: Use
uses: saddledata/pii-hound@v1to scan your repositories in seconds. - SARIF Output: Integration with GitHub Security. Findings now appear as annotations in PRs and the Security tab.
- Project Configuration: Support for
.pii-hound.yamlto set project-wide policies. - Ignore Mechanism: Suppress false positives by source, column, or PII type.
- Person Name Heuristics: Automatically "sniff" out columns containing first/last names.
π Improvements:
- Refactored scan command to support multiple targets and wildcards (e.g.,
scan examples/*.json). - Improved Aho-Corasick performance for large keyword dictionaries.