Skip to content

Choose a tag to compare

@dbuckman dbuckman released this 09 Apr 12:54
· 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@v1 to 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.yaml to 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.