Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions populateClouds.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ async function insertCloudTable(pathIn, pathOut) {
}

insertCloudTable(
`standards/certification/overview.template.md`,
`standards/certification/overview.md`
`standards/certification/monitor.template.md`,
`standards/certification/monitor.md`
).catch((e) => {
console.log(e)
})
5 changes: 5 additions & 0 deletions sidebarsStandards.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const sidebars = {
id: 'certification/overview'
},
items: [
{
type: 'doc',
label: 'Compliance Monitor',
id: 'certification/monitor'
},
{
type: 'doc',
label: 'Compliance Check Pipeline',
Expand Down
4 changes: 4 additions & 0 deletions standards/certification/monitor.template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- markdownlint-disable -->
# SCS Compliance Monitor

<!--CLOUDS-->
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- markdownlint-disable -->
# Certification

SCS provides a certification framework with various [scopes](https://docs.scs.community/standards/scopes/).
Expand All @@ -23,4 +22,4 @@ The standard [SCS-0007](https://docs.scs.community/standards/global/scs-0007) de

## Compliant cloud environments

<!--CLOUDS-->
See the [SCS Compliance Monitor](https://docs.scs.community/standards/certification/monitor) for a list of compliant cloud environments.
4 changes: 2 additions & 2 deletions standards/certification/pipeline.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SCS Compliance Check Pipeline Manual

The SCS compliance check suite runs automated tests, generates a signed report for the run, and feeds it to
the compliance monitor. Roughly speaking, this process has to be performed daily, for instance, using a
the [SCS Compliance Monitor](https://docs.scs.community/standards/certification/monitor). Roughly speaking, this process has to be performed daily, for instance, using a
continuous-integration "pipeline".

Providers of public clouds do not need to use their own pipelines; those clouds can be tested via the
Expand Down Expand Up @@ -35,7 +35,7 @@ to be used for purposes other than compliance testing (such as the
Github first and then clone the fork.

3. Add your subject to the results table. This is necessary so your subject shows up in the
[compliance monitor web-site](https://compliance.sovereignit.cloud/page/table). Add the following lines
compliance monitor. Add the following lines
(substituting all-caps parts except `HM`) to
[compliance-monitor/templates/overview.md.j2](https://github.com/SovereignCloudStack/standards/blob/main/compliance-monitor/templates/overview.md.j2):

Expand Down
Loading