You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for specifying a single file for testing. For example:
$ panther-cli test --policies analysis/policies/cis/aws_test_policy.yml
Would run the tests for just the specified policy. This would make testing easier, as you don't have to setup a wip directory with your working copies, or have to try and filter out the relevant results from all the results if you're working in the main directories.
Currently if you provide the path to a file directly, the tool just exits with no relevant output.
The text was updated successfully, but these errors were encountered:
Add support for specifying a single file for testing. For example:
$ panther-cli test --policies analysis/policies/cis/aws_test_policy.yml
Would run the tests for just the specified policy. This would make testing easier, as you don't have to setup a
wip
directory with your working copies, or have to try and filter out the relevant results from all the results if you're working in the main directories.Currently if you provide the path to a file directly, the tool just exits with no relevant output.
The text was updated successfully, but these errors were encountered: