Go to file
Justin McCarthy 1746fe3ee7
Initial commit
2018-05-15 14:13:11 -07:00
build Initial commit 2018-05-15 14:13:11 -07:00
example Initial commit 2018-05-15 14:13:11 -07:00
internal Initial commit 2018-05-15 14:13:11 -07:00
themes Initial commit 2018-05-15 14:13:11 -07:00
vendor Initial commit 2018-05-15 14:13:11 -07:00
.gitignore Initial commit 2018-05-15 14:13:11 -07:00
AUTHORS.txt Initial commit 2018-05-15 14:13:11 -07:00
Gopkg.lock Initial commit 2018-05-15 14:13:11 -07:00
Gopkg.toml Initial commit 2018-05-15 14:13:11 -07:00
LICENSE.txt Initial commit 2018-05-15 14:13:11 -07:00
Makefile Initial commit 2018-05-15 14:13:11 -07:00
README.md Initial commit 2018-05-15 14:13:11 -07:00
VERSION Initial commit 2018-05-15 14:13:11 -07:00
comply.go Initial commit 2018-05-15 14:13:11 -07:00
comply.rb Initial commit 2018-05-15 14:13:11 -07:00
pdf-example.png Initial commit 2018-05-15 14:13:11 -07:00
sc-1.gif Initial commit 2018-05-15 14:13:11 -07:00
sc-2.gif Initial commit 2018-05-15 14:13:11 -07:00
sc-3.gif Initial commit 2018-05-15 14:13:11 -07:00
sc-4.gif Initial commit 2018-05-15 14:13:11 -07:00

README.md

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

screencast 1

Build PDFs

screencast 4 pdf example

Track Policy Coverage

screencast 3

Dashboard

screencast 2

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