Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command create-cd does not support all of the component definition types defined in the OSCAL schema #190

Closed
jpower432 opened this issue Mar 19, 2024 · 0 comments · Fixed by #191
Assignees
Labels
bug Something isn't working

Comments

@jpower432
Copy link
Contributor

Describe the bug

The create-cd command only supports the service and validation types as choices for component definition type. It should support all the choices that are defined in the component definition OSCAL schema (below).

To Reproduce
Steps to reproduce the behavior:

  1. Run create-cd with type of software
  2. Observe error that only service and validation are supported invalid choice: 'software' (choose from 'service', 'validation')

Expected behavior
All of the types to be an option

Additional context
https://pages.nist.gov/OSCAL-Reference/models/v1.1.2/component-definition/json-reference/#/component-definition/components/type

@jpower432 jpower432 added the bug Something isn't working label Mar 19, 2024
@jpower432 jpower432 self-assigned this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant