policies
The policies
view provides information about all policies defined in Lunar. Policies define specific checks or rules that are applied to components.
Schema
name
TEXT
The identifier for the policy
description
TEXT
A description of the policy
enforcement
TEXT
The enforcement level of the policy. Can be one of draft
, score
, block-pr
, block-release
, block-pr-and-release
initiative_name
TEXT
The identifier of the initiative this policy belongs to
config_version
TEXT
The version of the configuration where this policy is defined
Notes
Policies define specific checks that are applied to components
Policies can have different enforcement levels that determine how violations are handled
Policies are organized into initiatives
Usage examples
List all policies with their enforcement levels:
Find all blocking policies within a specific initiative:
Get a count of policies by enforcement level:
Last updated