-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen OSCAL document instance file filter.
Convert and validate most of the XML-source examples.
- Loading branch information
1 parent
1c9e79a
commit 8fcd30f
Showing
4 changed files
with
12 additions
and
24 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,13 @@ | ||
# path to source|format of source|model of source|format(s) to convert to | ||
#src/examples/catalog/xml/*.xml|xml|catalog|json | ||
#src/examples/ssp/xml/*.xml|xml|ssp|json | ||
src/examples/ssp/xml/actions/*.xml|xml|ssp|json | ||
# TODO: Review this error, cause unclear need to do RCA before merge. | ||
# /home/runner/work/oscal-content/oscal-content/git-content/src/examples/ssp/json/ssp-example.json invalid | ||
# [ | ||
# { | ||
# instancePath: '/system-security-plan/system-characteristics/props/0/name', | ||
# schemaPath: '#/properties/name/allOf/1/enum', | ||
# keyword: 'enum', | ||
# params: { allowedValues: [Array] }, | ||
# message: 'must be equal to one of the allowed values' | ||
# } | ||
# ] | ||
# https://github.com/usnistgov/oscal-content/actions/runs/3191841714/jobs/5208629060 | ||
# src/examples/ssp/json/ssp-example.json|json|ssp|xml | ||
#src/examples/component-definition/json/example-component.json|json|component|xml | ||
#src/examples/component-definition/xml/*.xml|xml|component|json | ||
#src/nist.gov/SP800-53/rev4/xml/*catalog.xml|xml|catalog|json | ||
#src/nist.gov/SP800-53/rev4/xml/*profile.xml|xml|profile|json | ||
#src/nist.gov/SP800-53/rev5/xml/*catalog.xml|xml|catalog|json | ||
#src/nist.gov/SP800-53/rev5/xml/*profile.xml|xml|profile|json | ||
#src/nist.gov/SP800-53/rev5/xml/draft/*catalog.xml|xml|catalog|json | ||
#src/nist.gov/SP800-53/rev5/xml/draft/*profile.xml|xml|profile|json | ||
src/examples/catalog/xml/*.xml|xml|catalog|json | ||
src/examples/ssp/xml/*.xml|xml|ssp|json | ||
src/examples/ssp/actions/xml/*.xml|xml|ssp|json | ||
src/examples/ssp/json/ssp-example.json|json|ssp|xml | ||
src/examples/component-definition/json/example-component.json|json|component|xml | ||
src/examples/component-definition/xml/*.xml|xml|component|json | ||
src/nist.gov/SP800-53/rev4/xml/*catalog.xml|xml|catalog|json | ||
src/nist.gov/SP800-53/rev4/xml/*profile.xml|xml|profile|json | ||
src/nist.gov/SP800-53/rev5/xml/*catalog.xml|xml|catalog|json | ||
src/nist.gov/SP800-53/rev5/xml/*profile.xml|xml|profile|json | ||
src/nist.gov/SP800-53/rev5/xml/draft/*catalog.xml|xml|catalog|json | ||
src/nist.gov/SP800-53/rev5/xml/draft/*profile.xml|xml|profile|json |
File renamed without changes.
File renamed without changes.
File renamed without changes.