ccs-digitalmarketplace-frameworks 9.0.6 → 9.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/manifests/services_search_filters.yml +14 -0
- package/frameworks/g-cloud-15/questions/services/certifications.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/datacentreSecurityStandardsAll.yml +15 -0
- package/frameworks/g-cloud-15/search_mappings/services.json +4 -0
- package/package.json +1 -1
|
@@ -39,6 +39,17 @@
|
|
|
39
39
|
questions:
|
|
40
40
|
- socialValue
|
|
41
41
|
|
|
42
|
+
-
|
|
43
|
+
name: Certifications
|
|
44
|
+
slug: certifications
|
|
45
|
+
filter_settings:
|
|
46
|
+
name: certifications
|
|
47
|
+
item_name:
|
|
48
|
+
singular: certification filter
|
|
49
|
+
plural: certification filters
|
|
50
|
+
questions:
|
|
51
|
+
- certifications
|
|
52
|
+
|
|
42
53
|
-
|
|
43
54
|
name: Cloud deployment model
|
|
44
55
|
slug: cloud-deployment-model
|
|
@@ -55,5 +66,8 @@
|
|
|
55
66
|
slug: datacentre-security-standard
|
|
56
67
|
filter_settings:
|
|
57
68
|
name: datacentreSecurityStandards
|
|
69
|
+
item_name:
|
|
70
|
+
singular: datacentre security standard filter
|
|
71
|
+
plural: datacentre security standard filters
|
|
58
72
|
questions:
|
|
59
73
|
- datacentreSecurityStandards
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Certifications
|
|
2
|
+
question: Certifications
|
|
3
|
+
|
|
4
|
+
type: checkboxes
|
|
5
|
+
options:
|
|
6
|
+
- label: ISO 9001 certification
|
|
7
|
+
value: iso-9001
|
|
8
|
+
- label: ISO/IEC 27001 certification
|
|
9
|
+
value: iso-27001
|
|
10
|
+
- label: ISO 20000-1 certification
|
|
11
|
+
value: iso-20000-1
|
|
12
|
+
- label: ISO 28000:2022 certification
|
|
13
|
+
value: iso-28000
|
|
14
|
+
- label: Quality management systems (QMS)
|
|
15
|
+
value: qms
|
|
16
|
+
- label: CSA STAR certification
|
|
17
|
+
value: csa-star
|
|
18
|
+
- label: PCI certification
|
|
19
|
+
value: pci
|
|
20
|
+
- label: Cyber essentials
|
|
21
|
+
value: cyber-essentials
|
|
22
|
+
- label: Cyber Essentials Plus
|
|
23
|
+
value: cyber-essentials-plus
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
id: datacentreSecurityStandards
|
|
2
|
+
name: Datacentre security standards
|
|
3
|
+
question: With which standards does your datacentre security setup comply?
|
|
4
|
+
|
|
5
|
+
type: radios
|
|
6
|
+
options:
|
|
7
|
+
- label: Complies with a recognised standard, for example CSA CCM v4.0 or SSAE-18 / ISAE 3402
|
|
8
|
+
value: recognised_standard
|
|
9
|
+
filter_label: complies with a recognised standard (for example CSA CCM version 4.0)
|
|
10
|
+
- label: Supplier-defined controls
|
|
11
|
+
value: supplier_defined
|
|
12
|
+
filter_ignore: true
|
|
13
|
+
- label: Managed by a third party
|
|
14
|
+
value: third_party
|
|
15
|
+
filter_ignore: true
|