ccs-digitalmarketplace-frameworks 5.1.21 → 5.1.22

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.
@@ -11,6 +11,7 @@ depends:
11
11
 
12
12
  type: multiquestion
13
13
  questions:
14
+ - securityCodeOfPractice
14
15
  - securityGovernanceAccreditation
15
16
  - securityGovernanceStandards
16
17
  - securityGovernanceStandardsOther
@@ -0,0 +1,18 @@
1
+ name: Software Security Code of Practice
2
+ question: Does your organisation comply with the recommendations in the Software Security Code of Practice
3
+ question_advice: >
4
+ Read about the <a
5
+ href="https://www.gov.uk/government/publications/software-security-code-of-practice/software-security-code-of-practice" target="_blank"
6
+ rel="noopener noreferrer">Software Security Code of Practice (link opens in a new tab)</a>.
7
+
8
+ depends:
9
+ - "on": lot
10
+ being:
11
+ - isaas
12
+ - saas
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ 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.21",
3
+ "version": "5.1.22",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",