ccs-digitalmarketplace-frameworks 5.1.39 → 5.1.41

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.
@@ -166,6 +166,7 @@
166
166
  - protectiveMonitoringType
167
167
  - protectiveMonitoringApproach
168
168
  - incidentManagementType
169
+ - postQuantumCryptography
169
170
  - incidentManagementApproach
170
171
 
171
172
  - name: Staff security
@@ -273,6 +273,7 @@
273
273
  - protectiveMonitoringType
274
274
  - protectiveMonitoringApproach
275
275
  - incidentManagementType
276
+ - postQuantumCryptography
276
277
  - incidentManagementApproach
277
278
 
278
279
  - name: Staff security
@@ -14,3 +14,5 @@ questions:
14
14
  - usageNotifications
15
15
  - usageNotificationsHow
16
16
  - usageNotificationsHowOther
17
+ - usageNotificationsHelpOptimiseConsumption
18
+ - usageNotificationsAutomaticScaling
@@ -0,0 +1,17 @@
1
+ name: Post-quantum cryptography secure
2
+
3
+ question: Are you compliant with NCSC guidance on Post-quantum cryptography secure?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Please select Yes or No to continue.
@@ -13,6 +13,10 @@ depends:
13
13
  followup:
14
14
  usageNotificationsHow:
15
15
  - true
16
+ usageNotificationsHelpOptimiseConsumption:
17
+ - true
18
+ usageNotificationsAutomaticScaling:
19
+ - true
16
20
 
17
21
  type: boolean
18
22
 
@@ -0,0 +1,17 @@
1
+ name: Automatic scaling
2
+
3
+ question: Does your solution scale up and down automatically; reduce resources (and therefore cost) when under utilised, and/or increase resources in the event of additional demand?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Please select Yes or No to continue.
@@ -0,0 +1,17 @@
1
+ name: Optimising consumption
2
+
3
+ question: Does your solution provide information to help users optimise their consumption?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Please select Yes or No to continue.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.39",
3
+ "version": "5.1.41",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",