Sign up for an account

Create an account. Check out and explore a test environment with sample repositories of web applications and view their reports on CoGuard's interactive dashboard.

Install the command line tools

To scan your own repository, cloud provider, or Docker image, install the CoGuard CLI via PyPI on your system.
pip3 install coguard-cli

You can also enable it in your GitHub Workflows directly.

Run scan

CoGuard will discover configuration files in your code repository. Use the command line tools to scan a repo:

coguard folder ./

This command auto-discovers all relevant configuration files. To review the files prior to scanning, add `--dry-run=true` as command line parameter.

View Report

You can view all reports in your dashboard, including history and trends.  Remediation steps are provided.

Next steps

The free Developer tier supports common IaC and AMP technology stacks. To scan your full infrastructure and access additional features including auto-remediation, you can book a call with us to learn more and upgrade your account.

Visit our GitHub page  »