Files
envsitter-guard/CHANGELOG.md
David Ibia b21d63cb7c feat: expose envsitter match and scan tools
Adds safe matching/scanning endpoints so workflows can validate secrets without reading .env files.
2026-01-12 19:28:58 +01:00

15 lines
489 B
Markdown

# Changelog
## Unreleased
### Added
- `envsitter_match`: safe boolean matching for `.env` keys (single key, bulk keys, or all keys) with support for the EnvSitter match operators.
- `envsitter_match_by_key`: safe candidates-by-key matching (returns booleans only).
- `envsitter_scan`: safe shape scanning (`jwt`, `url`, `base64`) without returning values.
- `envsitter_keys.filterRegex`: optional regex filter for key listing.
### Changed
- Bumped `envsitter` dependency to `^0.0.2`.