Documentation ¶
Overview ¶
Package config provides utility functions for the sops-check.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
Config represents the configuration for the sops-check.
type Rule ¶
type Rule struct { AllOf []Rule `json:"allOf,omitempty"` AnyOf []Rule `json:"anyOf,omitempty"` Match string `json:"match,omitempty"` MatchRegex string `json:"matchRegex,omitempty"` Not *Rule `json:"not,omitempty"` OneOf []Rule `json:"oneOf,omitempty"` Description string `json:"description,omitempty"` URL string `json:"url,omitempty"` }
Rule represents a single rule in the configuration.
Click to show internal directories.
Click to hide internal directories.