ccs-digitalmarketplace-frameworks 9.0.6 → 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.
@@ -55,5 +55,8 @@
55
55
  slug: datacentre-security-standard
56
56
  filter_settings:
57
57
  name: datacentreSecurityStandards
58
+ item_name:
59
+ singular: datacentre security standard filter
60
+ plural: datacentre security standard filters
58
61
  questions:
59
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.0.6",
3
+ "version": "9.0.7",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",