Versions in this module Expand all Collapse all v0 v0.0.3 May 31, 2024 Changes in this version + const FailStatus + const PassStatus + const WarnStatus + func AggregateAllChecksBySpecID(multiResults []types.Results, cs ComplianceSpec) map[string]types.Results + func MapSpecCheckIDToFilteredResults(result types.Result, checkIDs map[types.Scanner][]string) map[string]types.Results + type ComplianceSpec struct + Spec defsecTypes.Spec + func GetComplianceSpec(specNameOrPath string) (ComplianceSpec, error) + func (cs *ComplianceSpec) CheckIDs() map[types.Scanner][]string + func (cs *ComplianceSpec) Scanners() (types.Scanners, error) + type Severity string