You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub Action automates evidence collection for compliance frameworks like SOC 2, ISO 27001, FedRAMP, and PCI DSS. It integrates with various cloud providers (AWS, Azure, GCP) and security tools (Okta, Tenable, etc.) to extract relevant data based on the chosen framework and control. The collected evidence is then formatted and committed to a designated location within the user's GitHub repository, simplifying compliance audits.
Each framework has control objectives and corresponding controls with evidence types (e.g., policies, procedures, logs).
Mapping Framework Controls to Evidence:
Create a mapping between specific framework controls and the type of evidence they require (e.g., Population for user access controls, Configurations for security settings).
Language and Configuration Files
Python
YAML
json
Integration with Cloud Providers and Security Tools
SDKs and APIs:
Utilize the official SDKs or APIs provided by each cloud provider (AWS, Azure, GCP) and security tool (Okta, OneLogin, Tenable, Elastic, Splunk, CrowdStrike) to interact with them. This will allow you to pull relevant evidence based on the framework and control being assessed.
Implement secure authentication methods (e.g., OAuth, API keys) to connect with each platform. Store these credentials securely within the Github Action workflow using secrets.
Evidence Collection Logic
Framework Selection:
Allow users to specify the framework they're targeting within the Github Action workflow.
Control Mapping:
Based on the chosen framework and control being assessed, use the mapping created earlier to identify the type of evidence needed.
Data Extraction:
Leverage the SDKs/APIs to extract relevant data from each cloud provider and security tool based on the control objective.
Data Formatting:
Format the extracted data according to your defined structure (Populations, Configurations, Rules, Samples).