Skip to content

Commit

Permalink
Merge pull request #194 from opencontrol/remove-opencontrol-schema
Browse files Browse the repository at this point in the history
remove schema information for the opencontrol.yaml
  • Loading branch information
jcscottiii authored Jul 13, 2016
2 parents 27644ad + 31cce2f commit d140f74
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,39 +32,7 @@ Compliance Masonry is a command-line interface (CLI) that allows users to constr
mkdir your-project-name && cd your-project-name
```

1. Create an `opencontrol.yaml` files

```bash
touch opencontrol.yaml
```

1. Edit the `opencontrol.yaml` to contain the following data:

```yaml
schema_version: "1.0.0" # 1.0.0 is the current opencontrol.yaml schema version
name: Project_Name # Name of the project
metadata:
description: "A description of the system"
maintainers:
- maintainer_email@email.com
components: # A list of paths to components written in the opencontrol format for more information view: https://github.com/opencontrol/schemas
- ./component-1
certifications: # An optional list of certifications for more information visit: https://github.com/opencontrol/schemas
- ./cert-1.yaml
standards: # An optional list of standards for more information visit: https://github.com/opencontrol/schemas
- ./standard-1.yaml
dependencies:
certifications: # An optional list of certifications stored remotely
- url: https://github.com/18F/GSA-Certifications
revision: master
systems: # An optional list of repos that contain an opencontrol.yaml stored remotely
- url: https://github.com/18F/cg-compliance
revision: master
standards: # An optional list of remote repos containing standards info that contain an opencontrol.yaml
- url: https://github.com/opencontrol/NIST-800-53-Standards
revision: master
```

1. Create an [`opencontrol.yaml`](https://github.com/opencontrol/schemas#opencontrolyaml)
1. Collect dependencies

```bash
Expand Down

0 comments on commit d140f74

Please sign in to comment.