Skip to content

Commit

Permalink
[setup-arcos] load the NIST-800-53 control instances
Browse files Browse the repository at this point in the history
  • Loading branch information
kityansiu committed May 5, 2022
1 parent 5cd8777 commit cf4a7f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cli/setup-arcos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ rack nodegroups import ../nodegroups/ingestion/arcos.aace
### Applicable Standards ### copy any of these to the instance data load script and use when applicable
# rack data import --clear ../RACK-Ontology/OwlModels/ARP-4754A.yaml # from datagraph http://rack001/arp-4754a
# rack data import --clear ../RACK-Ontology/OwlModels/DO-330.yaml # from datagraph http://rack001/do-330
# rack data import --clear ../RACK-Ontology/OwlModels/DO-178C.yaml # from datagraph http://rack001/do-178c
# rack data import --clear ../RACK-Ontology/OwlModels/DO-178C.yaml # from datagraph http://rack001/do-178c

# === NIST 800-53 ===
echo "=== NIST-800-53 controls ==="
rack data import ../RACK-Ontology/ontology/NIST-800-53/import.yaml # datagrah http://rack001/nist-800-53

# === MITRE CWEs ===
echo "=== MITRE CWE ==="
rack model import ../RACK-Ontology/OwlModels/MITRE-CWE.yaml
rack nodegroups import ../nodegroups/arcos.cwe
rack data import --clear ../RACK-Ontology/ontology/MITRE-CWE/import.yaml # datagraph http://rack001/mitre-cwe

0 comments on commit cf4a7f1

Please sign in to comment.