Kevin Locke 52c2400786 python/bandit: Use .bandit configuration file
Bandit automatically [uses any .bandit file] within the directories on
which it is invoked.  Since ALE invokes bandit on stdin, it does not
load a .bandit file automatically.  Add support for automatically
finding a .bandit file and passing it to bandit via the --ini option
along with a variable to disable this behavior if desired.

Note: This is useful for the skips and tests configuration options, but
not exclude which would require invoking bandit using a file name, which
may or may not be a good trade-off.

[uses any .bandit file]: https://github.com/PyCQA/bandit/blob/1.5.1/bandit/cli/main.py#L70-L73

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-02-17 14:24:18 -07:00
..
2018-11-18 18:14:24 +01:00
2018-12-01 15:05:18 +09:00
2017-11-15 22:23:46 +00:00
2018-10-29 09:41:50 +00:00
2018-10-17 16:11:41 +01:00
2018-07-01 13:55:41 +01:00
2018-05-11 20:14:00 +02:00
2017-12-26 14:10:28 -06:00
2017-12-01 17:36:44 +00:00
2019-01-05 19:12:55 +00:00
2018-08-02 13:50:56 -07:00
2018-11-07 12:00:59 +05:30
2017-08-10 21:09:58 +01:00
2018-11-11 18:26:37 +01:00
2019-02-07 11:20:18 +01:00
2018-09-08 16:05:34 -04:00
2019-01-20 19:39:47 -06:00
2019-01-27 12:14:34 +00:00
2018-01-08 23:39:04 +08:00
2018-05-04 21:44:32 +02:00
2018-09-26 20:09:37 +08:00
2018-09-06 21:59:03 -04:00
2018-08-26 13:47:56 +02:00
2018-09-28 16:18:40 -07:00
2018-04-21 22:09:38 +09:00
2018-02-10 13:17:53 -06:00
2018-10-26 17:29:17 +01:00
2018-06-25 10:28:59 +02:00
2018-02-04 10:57:52 -08:00
2018-12-10 14:02:32 -07:00
2018-12-06 11:23:31 -07:00
2017-12-04 14:23:34 -03:00
2018-09-08 01:34:10 +02:00
2017-08-02 23:05:19 +01:00
2018-08-03 21:13:48 +01:00