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

Feat/add regenerate #15

Merged
merged 13 commits into from
Jul 6, 2023

Commits on Jun 30, 2023

  1. chore: adds changes to support regeneration features

    Adds CLI changes and new flags skip-assemble,skip-regenerate,check-only
    Converts ssp-index.txt to ssp-index.json with SSP Index class to support handing
    
    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a2a3b7e View commit details
    Browse the repository at this point in the history
  2. feat: adds regenerate task task testing to trestlebot pretasks

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    68cedab View commit details
    Browse the repository at this point in the history
  3. test: formats test_ssp.py and adds test for check_only in bot.run

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

Commits on Jul 5, 2023

  1. fix: fixes syntax error on action.yml

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    721008e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799573e View commit details
    Browse the repository at this point in the history
  3. fix: fixes variable spelling error in entrypoint.sh

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3565ed2 View commit details
    Browse the repository at this point in the history
  4. chore: update oscal-model flag in entrypoint.sh

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1998031 View commit details
    Browse the repository at this point in the history
  5. chore: updates how entrypoint handles boolean flags

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9cd4f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddd0ade View commit details
    Browse the repository at this point in the history
  7. chore: changes space separated flag inputs to comma separated

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ad832fe View commit details
    Browse the repository at this point in the history
  8. test: adds tests for skip_model_list in regenerate task

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    68af44b View commit details
    Browse the repository at this point in the history
  9. chore: updates eval line in entrypoint to fix exit codes

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7ca89d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17b0497 View commit details
    Browse the repository at this point in the history