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

PSCE-257: feat(authored): adds rules view creation for component definitions #59

Merged
merged 3 commits into from
Oct 16, 2023

Commits on Oct 14, 2023

  1. feat(authored): adds rules view creation for component definitions

    Moves YAMLBuilder to compdef.py and changes to RuleViewBuilder
    Removes csv_to_yaml because the functions used from it have been removed
    Adds minor changes in yaml transformer comments and test
    
    BREAKING CHANGE: This changes the outcome of create_new_default
    method for component definitions from OSCAL JSON to the rules YAML.
    
    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e60ebb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5200c View commit details
    Browse the repository at this point in the history
  3. chore: updates formatting on test_compdef.py

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2c6c5f3 View commit details
    Browse the repository at this point in the history