v0.4.2
Adding a few bug fixes, as well as a new --skip-tests
flag and a --minimum-tests
flag.
The --minimum-tests
flag can be used to enforce a minimum number of tests per detection to be considered passing. If a number greater than 2 is specified, we also enforce at least one test expects True
and one expects False
.
The --skip-tests
can be passed to either the panther_analysis_tool
zip
or update
commands. This allows you to skip tests while building/deploying. We only recommend skipping tests while uploading if you're already running the tests in another part of the CI pipeline, such as part of a pre-merge check.