Christopher May

Results 3 issues of Christopher May

# Purpose This PR enhances the existing OpenSCAP step runner to allow for pulling down an OpenSCAP definition tailoring file from a private git repository. # Breaking? No # Integration...

enhancement

For consistency, as well as the ability to control the Exception thrown which validations fail within our logic, replace 'assert' statements with 'raise' statements, e.g., ``` assert os.path.exists(pom_file_path), \ f'Given...

Creating a separate issue from https://github.com/ploigos/ploigos-step-runner/issues/99 to deal with monorepo (vs. one build resulting in multiple artifacts). Assume a git repo with the following layout: ``` monorepo_base/ - .git/ -...