# Functions
GetAllSeverities gets all of the rego files found in the given directory as well as any subdirectories.
GetAllSeveritiesWithoutImports gets all of the Rego files found in the given directory as well as any subdirectories, but does not attempt to parse the imports.
GetViolations gets all of the files found in the given directory as well as any subdirectories.
# Constants
PolicyIDVariable is the name of the variable that contains the policy identifier.
The defined severity levels represent the valid severity levels that a rego file can have.
The defined severity levels represent the valid severity levels that a rego file can have.
# Structs
No description provided by the author
ConvertedLegacyAnnotations holds OPA Metadata Annotations, which were converted from legacy style annotations.
KindMatcher is the matcher to generate `constraints.spec.match.kinds`.
Matchers are all of the matchers that can be applied to constraints.
MatchExpressionsMatcher is the matcher to generate `constraints.spec.match.labelSelector.matchExpressions`.
No description provided by the author
Parameter represents a parameter that the policy uses.
Rego represents a parsed rego file.
# Type aliases
KindMatchers is a slice of KindMatcher.
MatchLabelsMatcher is the matcher to generate `constraints.spec.match.labelSelector.matchLabels`.
Severity describes the severity level of the rego file.