Documentation
Gritcadence Docs
Everything you need to connect a repo, run your first scan, and extend the ruleset.
Quickstart
Connect your first repo and see findings in under 5 minutes.
5 min
Writing Custom Rules
YAML-based rule authoring for your team's own security patterns.
15 min
API Reference
REST API for findings export, repo management, and rule overrides.
Reference
Integrations
GitHub, GitLab, Bitbucket, CI/CD, Slack, Jira, and Linear.
Guide
Configuration file
Add a .gritcadence.yaml file to your repo root to customize scan behavior:
1version: 1
2scan:
3 languages: [python, javascript, go]
4 severity_threshold: medium
5rules:
6 custom_rules_dir: rules/
7 exclude:
8 - GRCD-0042 # noisy in test fixtures
Self-hosted Beta
Self-hosted deployment is available for Team plan customers who need scan results to stay within their own infrastructure. Docker image + Helm chart available. Contact [email protected] to get started.