Skip to content

Commit

Permalink
Mentioned bandit vulnerability check in list of tests (#1049)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Jul 19, 2024
1 parent 964153c commit fdd6f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ All releases will meet the following test criteria:
* 100% success for [pylint](https://pylint.readthedocs.io/en/stable/).
* 100% success for [ansible-lint](https://ansible.readthedocs.io/projects/lint/) allowing only false positives.
* 100% success for [safety](https://docs.safetycli.com/safety-docs) vulnerability checks.
* 100% success for [bandit](https://bandit.readthedocs.io/) vulnerability checks.
* 100% success for [pip-missing-reqs](https://github.com/adamtheturtle/pip-check-reqs/blob/master/README.rst) checks for missing dependencies.

For more details on testing the IBM Z HMC collection, including the specific version
Expand Down
3 changes: 2 additions & 1 deletion docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,15 @@ Testing

Again, an invocation of Make runs against the currently active Python environment.

There are four kinds of tests currently, available as make targets:
There are several kinds of tests currently, available as make targets:

* ``make check`` - Run flake8
* ``make pylint`` - Run pylint
* ``make linkcheck`` - Check links in documentation
* ``make sanity`` - Run Ansible sanity tests
* ``make ansible_lint`` - Run ansible_lint
* ``make safety`` - Run safety vulnerability checks
* ``make bandit`` - Run bandit vulnerability checks
* ``make check_reqs`` - Run pip-missing-reqs to perform missing dependency checks
* ``make test`` - Run unit and function tests with test coverage
* ``make end2end_mocked`` - Run end2end tests against a mocked environment
Expand Down

0 comments on commit fdd6f54

Please sign in to comment.