Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current README.rst has references to configure bandit runs using a custom .INI-like file. In reality, that file should actually be a YAML file. Using the INI example provided will result in: ` [main] ERROR bandit.cfg : Error parsing file. ` This patch set updates the configuration so it is of proper YAML format so the execution will not error out. Signed-off-by: Tin Lam <tinlam@gmail.com> Co-authored-by: Luke Hinds <lukehinds@gmail.com> Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
- Loading branch information