github.com/gemaraproj/gemara@v0.23.0

test/test-data/bad-no-groups.yaml raw

 1metadata:
 2  id: TEST-NO-FAMILIES
 3  type: ControlCatalog
 4  gemara-version: "0.20.0"
 5  version: "1.0.0"
 6  description: Control catalog with controls but no groups declared.
 7  author:
 8    id: test
 9    name: Test Author
10    type: Human
11  applicability-groups:
12    - id: production
13      title: Production
14      description: Production environments.
15
16title: No Groups Test
17controls:
18  - id: TC-001
19    group: missing-group
20    title: Test Control
21    objective: Test objective.
22    assessment-requirements:
23      - id: TC-001.AR01
24        text: Test requirement.
25        applicability:
26          - production