Skip to content

Commit 22a8ee0

Browse files
authored
Add automated pentesting docs to ops block (#195)
Signed-off-by: Dominik Pataky <[email protected]>
1 parent aa05fa7 commit 22a8ee0

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,11 @@
6565
"source": "docs/*.md",
6666
"target": "docs/04-operating-scs/components",
6767
"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"
6874
}
6975
]

sidebarsDocs.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,17 @@ const sidebarsDocs = {
257257
'operating-scs/components/central-api/poc-setup'
258258
]
259259
},
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+
},
260271
]
261272
},
262273
{

static/data/architecturalOverviewData.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"url": "/docs/operating-scs/components/central-api/overview",
2424
"mandatory": "true",
2525
"stable": "true"
26+
},
27+
{
28+
"title": "Automated Pentesting",
29+
"url": "/docs/operating-scs/components/automated-pentesting/overview",
30+
"mandatory": "true",
31+
"stable": "true"
2632
}
2733
]
2834
}

0 commit comments

Comments
 (0)