Compliance
Compliance assessments check your resources against established rules (called "controls") and report any problems. The process involves three key steps:
Defining the rules (controls): Establishing the specific checks your resources must meet.
Running the checks (assessments): Performing the automated checks to determine compliance.
Reviewing the evidence: Analyzing the assessment results to identify any issues.
Resources, which can be virtually anything OpenComply discovers, include cloud servers, Jira issues, software deployments, and GitHub repositories.
Controls specify the "OK/not OK" criteria for discovered configurations. Controls can be defined for any discovered resource and its available attributes. Examples of controls include:
"All servers must have encryption enabled on storage disks." (checking a server attribute for encryption)
"Every Jira issue needs to have a priority level set." (checking a Jira issue attribute)
Customization
OpenComply uses YAML files (stored in GitHub) for all configurations, including Policies, Controls, Control Groups, and Frameworks.To customize these, clone the repository and then in the OpenComply user interface, go to Administration → Settings → Platform Configuration.
OpenComply comes with 45+ pre-built frameworks and 1000+ controls, queries, and views.
Last updated