Skip to content

new deployment added to cluster #1372

Closed Answered by chen-keinan
galfrylich asked this question in Help & Support
Discussion options

You must be logged in to vote

@galfrylich trivy-operator has implemented the operator pattern meaning it is watching and reconcile k8s resources based on events.
every time new resource created , updated or deleted , the operator reconcile it and scan it.
once scan has completed a set of reported (vulnerability, misconfig, exposed secrets, sbom and many more ) are generated.
each report has ttl default: 24h , once ttl has exceeded the report will deleted and a new scan will be triggered as result of it and generate new report, this will make sure that the cluster report view is updated with vulndb.

jobs are triggered based on reconcile loop , no cron job

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@galfrylich
Comment options

@chen-keinan
Comment options

Answer selected by galfrylich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants