Created
July 25, 2018 14:47
-
-
Save JoshData/fd1840f1be2040b819b952ae523f04a7 to your computer and use it in GitHub Desktop.
Example GovReady-Q "assemble" command YAML file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GovReady-Q Command Line YAML file describing | |
# "Demo Website," a generic website, to produce | |
# a System Security Plan. | |
organization: | |
name: Demo Agency | |
app: ../govready-apps-dev/apps/generic-web-site | |
questions: | |
# FISMA System Categorization - Low, Moderate, or High | |
- id: system_categorization | |
app: ../govready-apps-dev/apps/fisma_level | |
questions: | |
- id: fisma_level | |
questions: | |
- id: information_types_categories | |
answer: | |
- C.2.5 # Revenue Collection | |
- id: information_type_category_C_2_5 | |
answer: | |
- C.2.5.2 # User Fee Collection | |
- id: information_types_confidentiality_review | |
answer: 'yes' | |
- id: information_types_integrity_review | |
answer: 'yes' | |
- id: information_types_availability_review | |
answer: 'yes' | |
- id: information_types_other_level | |
answer: Low | |
- id: pii_types_collected | |
answer: [] | |
- id: phi_covered_entity | |
answer: not-covered | |
# Apache web server | |
- id: web_server | |
app: ../govready-apps-dev/apps/web_server_apache | |
questions: | |
- id: system_details | |
questions: | |
- id: hostname | |
answer: demo.govready.com | |
# Cloud.gov infrastructure | |
- id: infrastructure | |
app: ../govready-apps-dev/apps/cloud_dot_gov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment