Setup Compliance Settings
Compliance Settings let you complete compliance activities using each framework’s native language. With Compliance Rollup, you can report across multiple frameworks while preserving their unique taxonomies.
Select a Compliance Setting for a Security Plan
The selected Compliance Setting determines:
- Available values for Implementation Status and Control Origin in Control Implementations and Parts
- The default Security Profiles and Wayfinder automatically applied to the Security Plan
To select a Compliance Setting:
- Select Modules from the top navigation menu.
- Select Security Plans.
- Select Create New.
- In the modal, select a Compliance Setting.
- Complete the remaining fields and save.
Note
You can't change the Compliance Setting in the UI after the Security Plan is created.
After saving, the default Security Profile and Wayfinder are automatically applied.
Note
All exports work with the RegScale Default Compliance Setting.
FedRAMP Rev5 exports work with either the RegScale Default or FedRAMP Compliance Setting.
View Compliance Settings
- Select your profile icon in the top-right corner.
- Select Setup.
- In the left pane, select Compliance Settings.
- Select a Compliance Setting to view details.
Set a Default Security Profile and Wayfinder
- Go to Compliance Settings.
- Select a Compliance Setting.
- From the Wayfinder dropdown, select a Wayfinder Template.
- Select one or more Security Profiles.
- Select Save.
These defaults apply automatically to new Security Plans using this Compliance Setting.
Edit Compliance Rollups
Compliance Rollups let you report across frameworks without changing the terminology of each.
To edit a Compliance Rollup:
- Select your profile icon.
- Select Setup.
- In the left pane, select Compliance Settings.
- Select a Compliance Rollup to edit.
You can modify the following fields:
- Rollup Value: Changes the name shown in reports and scorecards.
- Rollup Color: Changes the associated color for control implementation status.
- Implementation Statuses: Controls how status values appear in reporting across the system.
Note
Additional colors and icons are available in Performance Themes under the Theming section of Setup.
Migrate a Security Plan to a Different Compliance Setting
Use the API to migrate a Security Plan:
- Go to APIs from the profile dropdown.
- Open
PUT /api/compliance/migrate
in Swagger. - Enter the following:
- Security Plan ID(s)
- New Compliance Setting ID
- In the request body, provide:
fromValue
: The current list value in the existing Compliance SettingtoValue
: The corresponding list value in the new Compliance Setting
Note
Unmapped values are set to the default value for the new Compliance Setting.
Updated about 1 month ago