Skip to content

Commit

Permalink
feat(security): Add KaaS pentesting tools to docs (#242)
Browse files Browse the repository at this point in the history
Integrates the KaaS security tooling docs into the docs.

Rename previously added "automated-pentesting" entry to "-iaas" and add
"-kaas". Both sections are now under-categories and are both displayed
in the component overview.

Signed-off-by: Dominik Pataky <pataky@osb-alliance.com>
  • Loading branch information
bitkeks authored Sep 4, 2024
1 parent 382338b commit 64e2a1b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
10 changes: 8 additions & 2 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,19 @@
"repo": "SovereignCloudStack/security-infra-scan-pipeline",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting"
"label": "automated-pentesting-iaas"
},
{
"repo": "SovereignCloudStack/security-infra-scan-pipeline",
"source": "docs/images/*.png",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting/images"
"label": "automated-pentesting-iaas/images"
},
{
"repo": "SovereignCloudStack/security-k8s-scan-pipeline",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting-kaas"
},
{
"repo": "SovereignCloudStack/csctl",
Expand Down
27 changes: 24 additions & 3 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,30 @@ const sidebarsDocs = {
type: 'generated-index'
},
items: [
'operating-scs/components/automated-pentesting/overview',
'operating-scs/components/automated-pentesting/quickstart',
'operating-scs/components/automated-pentesting/tools'
{
type: 'category',
label: 'Pentesting IaaS',
link: {
type: 'generated-index'
},
items: [
'operating-scs/components/automated-pentesting-iaas/overview',
'operating-scs/components/automated-pentesting-iaas/quickstart',
'operating-scs/components/automated-pentesting-iaas/tools'
]
},
{
type: 'category',
label: 'Pentesting KaaS',
link: {
type: 'generated-index'
},
items: [
'operating-scs/components/automated-pentesting-kaas/overview',
'operating-scs/components/automated-pentesting-kaas/quickstart',
'operating-scs/components/automated-pentesting-kaas/tools'
]
}
]
}
]
Expand Down
10 changes: 8 additions & 2 deletions static/data/architecturalOverviewData.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@
"stable": "true"
},
{
"title": "Automated Pentesting",
"url": "/docs/operating-scs/components/automated-pentesting/overview",
"title": "Automated Pentesting IaaS",
"url": "/docs/operating-scs/components/automated-pentesting-iaas/overview",
"mandatory": "true",
"stable": "true"
},
{
"title": "Automated Pentesting KaaS",
"url": "/docs/operating-scs/components/automated-pentesting-kaas/overview",
"mandatory": "true",
"stable": "true"
}
Expand Down

0 comments on commit 64e2a1b

Please sign in to comment.