Skip to content

Releases: saddledata/pii-hound

v0.1.9

16 Apr 16:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

v0.1.8

09 Apr 23:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • b1d753e Added High-Risk File detection and Plain Text scanning capabilities
  • 3b789f4 smarter scanning in ci
  • f1b2426 testing ci

v0.1.7

09 Apr 17:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

v0.1.6

09 Apr 17:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 1d67dd7 Added --output / -o flag
  • 02b8107 dogfooding in workflow
  • 2ba2c74 fix permissions and SARIF corruption

v0.1.5

09 Apr 13:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 2986c28 Git Changed Files only mode

v0.1.4

09 Apr 12:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🐶 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.

v0.1.3

09 Apr 12:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 04a3753 adding sarif support and project config files

v0.1.2

08 Apr 16:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 27438bf adding name columns and version

v0.1.1

08 Apr 13:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • bbb2c3d improved algorithm, custom rules, and new scanners

v0.1.0

08 Apr 12:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 1b5a751 feat: initial mvp release