Reposaur is the open source compliance tool for development platforms.
Audit, verify and report on your data and configurations easily with pre-defined and/or custom policies.
Supports GitHub. GitLab, BitBucket and Gitea support soon.
Have you ever felt like you don't know what's happening in your GitHub/GitLab/BitBucket repositories? Between 100s or 1000s of them it's hard to make sure every single one is compliant to certain security and best practices guidelines.
Reposaur is here to fix that, empowering you to focus on your work instead of hunting for issues and misconfigurations.
- Custom policies using the Rego policy language (learn more)
- A simple, composable and easy-to-use CLI (learn more)
- Extendable using a straightforward SDK (written in Go)
- Reports follow the standard SARIF format, enabling easy integrations with different systems
- Policies can be unit tested, guaranteeing they work as expected
- Integration with the major development platforms (see Integrations)
- Easily integrate new platforms using the SDK
$ brew install reposaur/tap/reposaur
Download the .deb
, .rpm
or .apk
packages from the releases page
and install them with the appropriate tools.
$ go install github.com/reposaur/reposaur/cmd/rsr@latest
The script will download the latest release to a temporary directory and decompress
it to $HOME/.reposaur
.
$ curl -sfL https://get.reposaur.com | bash
Platform | Status | Details |
---|---|---|
GitHub | In progress | Provider • GitHub App • GitHub Actions |
GitLab | Planned | N/A |
Gitea | Planned | N/A |
BitBucket | Not planned | N/A |
We appreciate every contribution, thanks for considering it!
TLDR;
- Open an issue if you have a problem or found a bug
- Open a Pull Request if you have a suggestion, improvement or bug fix
- Open a Discussion if you have questions or want to discuss ideas
Check our Contributing Guide for more detailed information.
This project is released under the MIT License.