-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adopt options to run audit-only #33
base: main
Are you sure you want to change the base?
Conversation
Docker build status
|
Report Links
|
@jdhoffa Marking as in review, but note that I still need to update |
From CI: files generated during "audit-only": https://github.com/RMI-PACTA/workflow.pacta.webapp/actions/runs/12375705345/job/34541327456#step:10:109 |
I will review this in January 😊 |
Alternate to #32
Explictly pass a
commands
object as part of the JSON params, withaudit
,analysis
, andreporting
keys (allboolean
), to determine which phases of the process run.After this PR, the
params
object (usually passed via command line arg to the docker image) should have a top-level objectcommands
:In the above example, the audit would run (generating an audit file at
$ANALYSIS_OUTPUT_DIR
), but the actual analysis and interactive report generation phases would not.By default, these commands are all
true
.Depends on: