-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a framework property to capture the CaC profile id #442
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jennifer Power <[email protected]>
Signed-off-by: Jennifer Power <[email protected]>
To capture the original profile name in the CaC content, a property is added to the control implementation that can be used in complytime. Signed-off-by: Jennifer Power <[email protected]>
@@ -434,6 +440,16 @@ def _create_control_implementation(self) -> ControlImplementation: | |||
all_implement_reqs.append(implemented_req) | |||
ci.implemented_requirements = all_implement_reqs | |||
self._add_set_parameters(ci) | |||
|
|||
# Add framework prop for complytime consumption. This should be the | |||
# orginationing CaC profile name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit- just a spell check for originating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just left a minor comment :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Add a framework property to component definition control implementation during sync
Extras (small, separate commits):
trestle
version to 3.7.0sync_cac_content_profile_task
Type of change
How has this been tested?
autofix
orrules-transfrom
Checklist