mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
build | ||
example | ||
internal | ||
themes | ||
vendor | ||
.gitignore | ||
AUTHORS.txt | ||
comply.go | ||
comply.rb | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE.txt | ||
Makefile | ||
pdf-example.png | ||
README.md | ||
sc-1.gif | ||
sc-2.gif | ||
sc-3.gif | ||
sc-4.gif | ||
VERSION |
Comply
Comply is a SOC2-focused compliance automation tool:
- Policy Generator: markdown-powered document pipeline for publishing auditor-friendly policy documents
- Ticketing Integration: manage the lifecycle of your program throughout the year via your existing ticketing system
- SOC2 Templates: open source policy and procedure templates suitable for satisfying a SOC2 audit
Installation
macOS:
brew install comply
Go users:
go get github.com/strongdm/comply
Get Started
Start with comply init
:
$ mkdir my-company
$ cd my-company
$ comply init
Discussion
Join us in Comply Users
Screenshots
Start a Project
Build PDFs
Track Policy Coverage
Dashboard
CLI
NAME:
comply - policy compliance toolkit
USAGE:
comply [global options] command [command options] [arguments...]
COMMANDS:
init initialize a new compliance repository (interactive)
build, b generate a static website summarizing the compliance program
scheduler create tickets based on procedure schedule
serve live updating version of the build command
sync sync ticket status to local cache
todo list declared vs satisfied compliance controls
help, h Shows a list of commands or help for one command