Quick Start¶
This guide walks you through running your first security audit.
Each platform requires specific environment variables for authentication. These are the simplest authentication methods for a quick test.
The default platform for ClosedSSPM is ServiceNow.
To audit a Snowflake account, use the --platform snowflake flag.
Auditing Google Workspace requires a Service Account with domain-wide delegation.
Warning
For production use, avoid leaving credentials in your shell history. Consider using secret managers or CI/CD secrets for credential injection.
Review the Audit Results¶
After the command completes, you can view the report.
- HTML Report: Open
report.htmlin your web browser for a detailed view of all checks and remediation steps. - Other Formats: You can change the output format using the
--formatflag. Available options includehtml,json,csv, andsarif. - List All Checks: Run
closedsspm checks listto see all available security checks for your platform.
What's Next?¶
Once you have completed your first audit, explore further to tailor ClosedSSPM to your needs.
- Platform-specific Guides: Check individual platform documentation for advanced authentication methods.
- CLI Reference: See the full list of commands and flags available in the CLI documentation.
- Custom Policies: Learn how to write and use custom policies for specialized security requirements.