Skip to content

Commit

Permalink
Convert Compliance as Code into section heading
Browse files Browse the repository at this point in the history
  • Loading branch information
terwilligergreen committed Jul 31, 2016
1 parent 09db358 commit 097a894
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ print(yaml.safe_dump(d, default_flow_style=False, encoding='utf-8', allow_unicod

```

**Advanced - Dependencies**
**Advanced Usage - Dependencies**

ComplianceLib's `NIST800_53Viz` class creates a graph of all precursor controls for a given control. ComplianceLib is the first time these precursor controls have been made available as code.

Expand All @@ -187,11 +187,10 @@ To see control dependencies, simply do in python shell::

Creating the graphviz file is currently left as a reader exercise until future documentation completed.

**Advanced - Compliance as Code**
## Compliance as Code

Expressing security controls as code is useful.

Expressing system compliance as code is a game-changer.
**Expressing security controls as code is useful.**
**Expressing system compliance as code is a game-changer.**

[OpenControl](http://open-control.org) is an emerging "Compliance as Code" community developing open-source, re-usable, shared compliance-by-component information and support tools. The goal is to allow developers to represent compliance as code of their component libraries and assembled systems in maintained repositories.

Expand Down
12 changes: 5 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ Example code for generating list of controls in `control-masonry` format::
print(yaml.safe_dump(d, default_flow_style=False, encoding='utf-8', allow_unicode=True,
explicit_start=True, explicit_end=True))

**Advanced - Dependencies**

**Advanced - Dependencies**
**Advanced Usage - Dependencies**

ComplianceLib's `NIST800_53Viz` class creates a graph of all precursor controls for a given control. ComplianceLib is the first time these precursor controls have been made available as code.

Expand All @@ -178,11 +176,11 @@ To see control dependencies, simply do in python shell::

Creating the graphviz file is currently left as a reader exercise until future documentation completed.

**Advanced - Compliance as Code**

Expressing security controls as code is useful.
Compliance as Code
---------------------

Expressing system compliance as code is a game-changer.
**Expressing security controls as code is useful.**
**Expressing system compliance as code is a game-changer.**

[OpenControl](http://open-control.org) is an emerging "Compliance as Code" community developing open-source, re-usable, shared compliance-by-component information and support tools. The goal is to allow developers to represent compliance as code of their component libraries and assembled systems in maintained repositories.

Expand Down

0 comments on commit 097a894

Please sign in to comment.