ccs-digitalmarketplace-frameworks 5.1.45 → 5.1.46
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/edit_additional_lot_questions.yml +7 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusAlternative.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusCertificateValidation.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml +20 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqCyberEssentialsPlus.yml +14 -0
- package/frameworks/g-cloud-15/questions/services/metricsResourceTagging.yml +1 -1
- package/package.json +1 -1
package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusAlternative.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Alternative
|
|
2
|
+
question: Please select an option below
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
|
|
6
|
+
depends:
|
|
7
|
+
- "on": route
|
|
8
|
+
being:
|
|
9
|
+
- iaas-and-paas
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
|
|
12
|
+
type: radios
|
|
13
|
+
options:
|
|
14
|
+
- label: In relation to the services you do not have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies but you are working towards gaining it, and will be in a position to confirm that you have been awarded a current and valid Cyber Essentials [Plus] certificate by one of the government approved accreditation bodies, by the date of framework award.
|
|
15
|
+
value: in_progress
|
|
16
|
+
- label: You do not have a current and valid Cyber Essentials [Plus] certificate, or will not have in place by the date of framework award but have an IASME certified equivalent.
|
|
17
|
+
value: iasme_equivalent
|
|
18
|
+
- label: None of the criteria
|
|
19
|
+
value: None
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: You must select an option
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cyber Essentials [Plus] certificate Number
|
|
2
|
+
question: Please provide your Cyber Essential Plus Certificate Number
|
|
3
|
+
question_advice: Certificate number should be in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
|
|
4
|
+
depends:
|
|
5
|
+
- "on": route
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
hidden: true
|
|
11
|
+
type: text
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: You must provide a valid certificate number
|
|
16
|
+
- name: certificate_not_right_level
|
|
17
|
+
message: This certificate is not at the required level (please select ‘no' to continue)
|
|
18
|
+
- name: certificate_expired
|
|
19
|
+
message: This certificate has expired (please select ‘no' to continue)
|
|
20
|
+
- name: certificate_not_found
|
|
21
|
+
message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
|
|
22
|
+
- name: api_error
|
|
23
|
+
message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Do you have a Cyber Essentials [Plus] certificate?
|
|
2
|
+
question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": route
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: boolean
|
|
11
|
+
|
|
12
|
+
followup:
|
|
13
|
+
cyberEssentialsPlusCertificateValidation:
|
|
14
|
+
- true
|
|
15
|
+
cyberEssentialsPlusAlternative:
|
|
16
|
+
- false
|
|
17
|
+
|
|
18
|
+
validations:
|
|
19
|
+
- name: answer_required
|
|
20
|
+
message: You must select an option
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqCyberEssentialsPlus.yml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: Cyber Essentials
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": route
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: multiquestion
|
|
11
|
+
questions:
|
|
12
|
+
- cyberEssentialsPlusPossession
|
|
13
|
+
- cyberEssentialsPlusCertificateValidation
|
|
14
|
+
- cyberEssentialsPlusAlternative
|