ccs-digitalmarketplace-frameworks 9.0.5 → 9.0.7

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.
@@ -49,3 +49,14 @@
49
49
  plural: cloud deployment model filters
50
50
  questions:
51
51
  - cloudDeploymentModelAll
52
+
53
+ -
54
+ name: Datacentre security standard
55
+ slug: datacentre-security-standard
56
+ filter_settings:
57
+ name: datacentreSecurityStandards
58
+ item_name:
59
+ singular: datacentre security standard filter
60
+ plural: datacentre security standard filters
61
+ questions:
62
+ - datacentreSecurityStandards
@@ -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
@@ -122,6 +122,10 @@
122
122
  "dmfilter_cloudDeploymentModel": {
123
123
  "type": "keyword",
124
124
  "normalizer": "filter_normalizer"
125
+ },
126
+ "dmfilter_datacentreSecurityStandards": {
127
+ "type": "keyword",
128
+ "normalizer": "filter_normalizer"
125
129
  }
126
130
  }
127
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.0.5",
3
+ "version": "9.0.7",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",