Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanonicalFindingKey ¶
Types ¶
type MappedRecord ¶
type MappedRecord struct {
RecordType string
AgentID string
Timestamp time.Time
Event map[string]any
Metadata map[string]any
Relationship *proof.Relationship
ApprovedScope string
}
func MapFindings ¶
func MapFindings(findings []model.Finding, profile *profileeval.Result, now time.Time) []MappedRecord
func MapRisk ¶
func MapRisk(report risk.Report, posture score.Result, profile profileeval.Result, now time.Time) []MappedRecord
func MapTransition ¶
func MapTransition(transition lifecycle.Transition, eventType string) MappedRecord
Click to show internal directories.
Click to hide internal directories.