Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Violation ¶
type Violation interface { Type() ViolationType Reason() Reason Details() interface{} }
Violation represents a Policy Violation.
type ViolationType ¶
type ViolationType int
ViolationType defines type of the violation
const ( UnqualifiedImageViolation ViolationType = iota SeverityViolation )
A list of security policy violations TODO: Add Attestation checking violations
Click to show internal directories.
Click to hide internal directories.