ccs-digitalmarketplace-frameworks 5.1.6 → 5.1.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.
@@ -14,6 +14,18 @@
14
14
  - multiqQualityCloudServices1a
15
15
  - multiqQualityCloudServices1b
16
16
 
17
+ -
18
+ name: "Non-scored mandatory questions"
19
+ slug: non-scored-mandatory-questions
20
+ editable: True
21
+ questions:
22
+ - alsoBiddingLot2
23
+ - alsoBiddingLot3
24
+ - adhereToNCSCGuidance
25
+ - policiesAndControlsInPlace
26
+ - highLevelProcedureForContractualExit
27
+ - howYouEngageInChangeOfService
28
+
17
29
  -
18
30
  name: "Award criteria for Lots 2a and 2b"
19
31
  slug: award-criteria-2a-and-2b
@@ -0,0 +1,18 @@
1
+ name: Adhere to relevant NCSC guidance
2
+
3
+ question: Do you adhere to relevant NCSC guidance, including but not limited to cloud security principles, supply chain security and risk management frameworks to ensure the resilience and security of your services?
4
+
5
+ question_advice: >
6
+ Your adherence must be clear for buyers to understand during any call-off procedure, and may be checked or tested by buyers
7
+
8
+ depends:
9
+ - "on": route
10
+ being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must select an option
@@ -0,0 +1,15 @@
1
+ name: Also bidding to provide services through Lot 2
2
+
3
+ question: Are you also bidding to provide services through Lot 2?
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: boolean
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: You must select an option
@@ -0,0 +1,15 @@
1
+ name: Also bidding to provide services through Lot 3
2
+
3
+ question: Are you also bidding to provide services through Lot 3?
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: boolean
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: You must select an option
@@ -0,0 +1,23 @@
1
+ name: Your high level procedure for customer contractual exit
2
+
3
+ question: Please describe in no more than 250 words your high level procedure for customer contractual exit
4
+
5
+ question_advice: >
6
+ You may refer to publicly available documents where relevant, but must describe the content to show your high level procedure
7
+
8
+ depends:
9
+ - "on": route
10
+ being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+
14
+ type: textbox_large
15
+ max_length_in_words: 250
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must enter your procedure
20
+ - name: under_250_words
21
+ message: Your answer must be no more than 250 words
22
+ - name: under_character_limit
23
+ message: Your answer must be no more than 2500 characters
@@ -0,0 +1,23 @@
1
+ name: How you engage your customer in a change of service
2
+
3
+ question: Please describe in no more than 250 words how you engage your customer in a change of service and how you ensure backward compatibility
4
+
5
+ question_advice: >
6
+ You may refer to publicly available documents where relevant, but must describe the content to show your high level procedure
7
+
8
+ depends:
9
+ - "on": route
10
+ being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+
14
+ type: textbox_large
15
+ max_length_in_words: 250
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must enter how you engage with customers
20
+ - name: under_250_words
21
+ message: Your answer must be no more than 250 words
22
+ - name: under_character_limit
23
+ message: Your answer must be no more than 2500 characters
@@ -0,0 +1,18 @@
1
+ name: Policies and controls in place
2
+
3
+ question: Do you have policies and controls in place to ensure full compliance with applicable international sanctions, trade restrictions and embargoes as issued by the UK Government and relevant international bodies?
4
+
5
+ question_advice: >
6
+ These policies must be available for buyers to access and understand during any call-off procedure, and may be checked or tested by buyers
7
+
8
+ depends:
9
+ - "on": route
10
+ being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must select an option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.6",
3
+ "version": "5.1.8",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",