A command-line tool to lint security policies written in YAML or JSON format, checking for common errors like missing fields, invalid values, and potential contradictions based on a user-defined schema. - Focused on Validates configurations (JSON, YAML) against defined security policies (expressed as JSON Schema). Detects deviations from the policy, providing detailed reports highlighting non-compliant settings. Supports customizable policy sets for various security standards (e.g., CIS benchmarks, NIST guidelines).
git clone https://github.com/ShadowStrikeHQ/spea-policylint
./spea-policylint [params]
-h
: Show help message and exit--format
: No description provided--log_level
: Set the logging level. Defaults to INFO.
Copyright (c) ShadowStrikeHQ