File tree Expand file tree Collapse file tree
auto-discovery/kubernetes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ The three different modes are:
6363
64641. ` enabled-per-namespace` (default): [See section](#enabled-per-namespace-mode-default)
65652. ` enabled-per-resource` : [See section](#enabled-per-resource-mode)
66- 3. ` scan- all` : [See section](#scan- all-mode)
66+ 3. ` all` : [See section](#all-mode)
6767
6868#### Enabled per Namespace Mode (default)
6969
@@ -94,9 +94,9 @@ This mode will start scans for every resources with the annotation `auto-discove
9494kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.io/enabled=true
9595` ` `
9696
97- #### Scan All Mode
97+ #### All Mode
9898
99- Enable this by setting ` config.resourceInclusion.mode=scan- all` .
99+ Enable this by setting ` config.resourceInclusion.mode=all` .
100100
101101This mode will start scans for **every** resources in the cluster **unless** it has the annotation ` auto-discovery.securecodebox.io/ignore=true` .
102102
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The three different modes are:
8484
85851 . ` enabled-per-namespace ` (default): [ See section] ( #enabled-per-namespace-mode-default )
86862 . ` enabled-per-resource ` : [ See section] ( #enabled-per-resource-mode )
87- 3 . ` scan- all` : [ See section] ( #scan- all-mode )
87+ 3 . ` all ` : [ See section] ( #all-mode )
8888
8989#### Enabled per Namespace Mode (default)
9090
@@ -115,9 +115,9 @@ This mode will start scans for every resources with the annotation `auto-discove
115115kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.io/enabled=true
116116```
117117
118- #### Scan All Mode
118+ #### All Mode
119119
120- Enable this by setting ` config.resourceInclusion.mode=scan- all ` .
120+ Enable this by setting ` config.resourceInclusion.mode=all ` .
121121
122122This mode will start scans for ** every** resources in the cluster ** unless** it has the annotation ` auto-discovery.securecodebox.io/ignore=true ` .
123123
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ The three different modes are:
7676
77771 . ` enabled-per-namespace ` (default): [ See section] ( #enabled-per-namespace-mode-default )
78782 . ` enabled-per-resource ` : [ See section] ( #enabled-per-resource-mode )
79- 3 . ` scan- all` : [ See section] ( #scan- all-mode )
79+ 3 . ` all ` : [ See section] ( #all-mode )
8080
8181#### Enabled per Namespace Mode (default)
8282
@@ -107,9 +107,9 @@ This mode will start scans for every resources with the annotation `auto-discove
107107kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.io/enabled=true
108108```
109109
110- #### Scan All Mode
110+ #### All Mode
111111
112- Enable this by setting ` config.resourceInclusion.mode=scan- all ` .
112+ Enable this by setting ` config.resourceInclusion.mode=all ` .
113113
114114This mode will start scans for ** every** resources in the cluster ** unless** it has the annotation ` auto-discovery.securecodebox.io/ignore=true ` .
115115
You can’t perform that action at this time.
0 commit comments