Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/test/resources/yaml-null/example_ar_nullvar-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ assessment-results:
from an assessment plan in OSCAL format and processed in GitHub Actions.
start: 2022-12-05T18:02:05.217748+00:00
reviewed-controls:
control-objective-selections:
- include-objectives:
- objective-id: ac-8_obj.a.1
- objective-id: ac-8_obj.a.2
- objective-id: ac-8_obj.a.3
- objective-id: ac-8_obj.a.4
control-selections:
- include-controls:
- control-id: ac-8
- include-controls:
- control-id: ac-8
control-objective-selections:
- include-objectives:
- objective-id: ac-8_obj.a.1
- objective-id: ac-8_obj.a.2
- objective-id: ac-8_obj.a.3
- objective-id: ac-8_obj.a.4
remarks: Control objective selections are declared separately of the include-controls
directive, must be explicit here.

Expand Down
16 changes: 8 additions & 8 deletions src/test/resources/yaml-null/example_ar_nullvar-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ assessment-results:
from an assessment plan in OSCAL format and processed in GitHub Actions.
start: 2022-12-05T18:02:05.217748+00:00
reviewed-controls:
control-objective-selections:
- include-objectives:
- objective-id: ac-8_obj.a.1
- objective-id: ac-8_obj.a.2
- objective-id: ac-8_obj.a.3
- objective-id: ac-8_obj.a.4
control-selections:
- include-controls:
- control-id: ac-8
- include-controls:
- control-id: ac-8
control-objective-selections:
- include-objectives:
- objective-id: ac-8_obj.a.1
- objective-id: ac-8_obj.a.2
- objective-id: ac-8_obj.a.3
- objective-id: ac-8_obj.a.4
remarks: Control objective selections are declared separately of the include-controls
directive, must be explicit here.

Expand Down
16 changes: 8 additions & 8 deletions src/test/resources/yaml-null/example_ar_nullvar-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ assessment-results:
from an assessment plan in OSCAL format and processed in GitHub Actions.
start: 2022-12-05T18:02:05.217748+00:00
reviewed-controls:
control-objective-selections:
- include-objectives:
- objective-id: ac-8_obj.a.1
- objective-id: ac-8_obj.a.2
- objective-id: ac-8_obj.a.3
- objective-id: ac-8_obj.a.4
control-selections:
- include-controls:
- control-id: ac-8
- include-controls:
- control-id: ac-8
control-objective-selections:
- include-objectives:
- objective-id: ac-8_obj.a.1
- objective-id: ac-8_obj.a.2
- objective-id: ac-8_obj.a.3
- objective-id: ac-8_obj.a.4
remarks: Control objective selections are declared separately of the include-controls
directive, must be explicit here.

Expand Down
Loading