Closed pxp928 closed 1 year ago
Certify and generateDocuments have outdated comments that need to be updated to be generic.
Certify
generateDocuments
// Certify queries the graph DB to get the components to scan. Utilizing the registered certifiers, // it generated new nodes and attestations.
// generateDocuments runs CertifyVulns as a goroutine to scan and generates attestations that // are emitted as processor documents to be ingested
I have made a PR for this, https://github.com/guacsec/guac/pull/363.
Certify
andgenerateDocuments
have outdated comments that need to be updated to be generic.