In the documentation, enabing (scan-all mode)[https://github.com/secureCodeBox/secureCodeBox/blob/main/auto-discovery/kubernetes/README.md#scan-all-mode] for the auto-discovery controller is listed as setting config.resourceInclusion.mode=scan-all.
The actual value should be all:
|
All ResourceInclusionMode = "all" |
This change should also be made in this how-to documentation - https://docs.securecodebox.io/docs/how-tos/autodiscovery#setup
In the documentation, enabing (scan-all mode)[https://github.com/secureCodeBox/secureCodeBox/blob/main/auto-discovery/kubernetes/README.md#scan-all-mode] for the auto-discovery controller is listed as setting
config.resourceInclusion.mode=scan-all.The actual value should be
all:secureCodeBox/auto-discovery/kubernetes/api/v1/autodiscoveryconfig_types.go
Line 47 in f56126b
This change should also be made in this how-to documentation - https://docs.securecodebox.io/docs/how-tos/autodiscovery#setup