Since we are using controller in Kubernetes, manually subscribing to the notifications in such dynamic environment can be really hard.
It would be great to have an option for automatic subscribing to the notifications when image added for analysing, for example something in config like this:
"auto_subscribe": {
"policy_eval": true,
"vuln_update": true
},
I think we can omit "analysis_update" and "tag_update" since they will be automatically enabled if I understand correctly.
Thanks!
Since we are using controller in Kubernetes, manually subscribing to the notifications in such dynamic environment can be really hard.
It would be great to have an option for automatic subscribing to the notifications when image added for analysing, for example something in config like this:
I think we can omit "analysis_update" and "tag_update" since they will be automatically enabled if I understand correctly.
Thanks!