-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As standard, the tool is designed to run as a pipeline, where any failure stops the whole process
It would be nice to be able to toggle "audit mode" where every step is run, even if the previous one fails.
Also anything else useful to aggregate the output into something that is useful in the context of a code audit.
To make "audit mode" work, we would need to hunt down all the set +e and set -e calls and replace these with a function call that handles this, check for audit mode etc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request