When are Scans triggered in ClientServer Mode? #2175
Unanswered
kimdre
asked this question in
Help & Support
Replies: 2 comments 16 replies
-
@chen-keinan Could you please help me out here? Am I missing something? 😅 |
Beta Was this translation helpful? Give feedback.
13 replies
-
@kimdre I'm sure its related to configuration, as we have e2e testing with client/server mode. helm install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--set="trivy.ignoreUnfixed=true" \
--set="operator.builtInTrivyServer=true" \
--version 0.24.1 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I set the operator to use
builtInTrivyServer: true
.After the deployment and startup of the trivy-operator and trivy-server pods nothing really happens. When or how do vulnerability scans for get triggered in this mode?
Beta Was this translation helpful? Give feedback.
All reactions