File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 65
65
"source" : " docs/*.md" ,
66
66
"target" : " docs/04-operating-scs/components" ,
67
67
"label" : " central-api"
68
+ },
69
+ {
70
+ "repo" : " SovereignCloudStack/security-infra-scan-pipeline" ,
71
+ "source" : " docs/*.md" ,
72
+ "target" : " docs/04-operating-scs/components" ,
73
+ "label" : " automated-pentesting"
68
74
}
69
75
]
Original file line number Diff line number Diff line change @@ -257,6 +257,17 @@ const sidebarsDocs = {
257
257
'operating-scs/components/central-api/poc-setup'
258
258
]
259
259
} ,
260
+ {
261
+ type : 'category' ,
262
+ label : 'Automated Pentesting' ,
263
+ link : {
264
+ type : 'generated-index'
265
+ } ,
266
+ items : [
267
+ 'operating-scs/components/automated-pentesting/overview' ,
268
+ 'operating-scs/components/automated-pentesting/tools'
269
+ ]
270
+ } ,
260
271
]
261
272
} ,
262
273
{
Original file line number Diff line number Diff line change 23
23
"url" : " /docs/operating-scs/components/central-api/overview" ,
24
24
"mandatory" : " true" ,
25
25
"stable" : " true"
26
+ },
27
+ {
28
+ "title" : " Automated Pentesting" ,
29
+ "url" : " /docs/operating-scs/components/automated-pentesting/overview" ,
30
+ "mandatory" : " true" ,
31
+ "stable" : " true"
26
32
}
27
33
]
28
34
}
You can’t perform that action at this time.
0 commit comments