Adds safe matching/scanning endpoints so workflows can validate secrets without reading .env files.
489 B
489 B
Changelog
Unreleased
Added
envsitter_match: safe boolean matching for.envkeys (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
envsitterdependency to^0.0.2.