-
Notifications
You must be signed in to change notification settings - Fork 5
Validation
Joe English edited this page Oct 22, 2017
·
2 revisions
ssptool validate --datadir=...
Validates all OpenControl artefacts in the specified --datadir
against the json-schema definitions in lib/opencontrol/schemas.js
.
ssptool refcheck --datadir=...
Checks referential integrity of the OpenControl data:
- All Controls referenced by Component.satisfies entries
- All Controls listed in any Certification
Issues a warning on stderr for each missing referent.