Skip to content

Commit

Permalink
Loosen OSCAL document instance file filter.
Browse files Browse the repository at this point in the history
Convert and validate most of the XML-source examples.
  • Loading branch information
aj-stein-nist committed Jan 3, 2023
1 parent 1c9e79a commit 8fcd30f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions src/config
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.

0 comments on commit 8fcd30f

Please sign in to comment.