Documentation
¶
Overview ¶
Package drift detects unexpected certificate changes between consecutive snapshots.
Index ¶
Constants ¶
View Source
const ( FindingCertNew = "CERT_NEW" FindingCertGone = "CERT_GONE" FindingSerialChanged = "SERIAL_CHANGED" FindingIssuerChanged = "ISSUER_CHANGED" )
Drift finding types.
Variables ¶
This section is empty.
Functions ¶
func Detect ¶
func Detect(prev, curr []store.CertFinding) []store.CertFinding
Detect compares previous and current findings and returns drift findings. Findings are matched by (source, namespace, name) composite key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.