INI file format is not obviously documented anywhere
See original GitHub issueThe docs mention exclude flags, but where can I find a complete list of the available flags?
targets: comma separated list of target dirs/files to run bandit on
exclude: comma separated list of excluded paths
skips: comma separated list of tests to skip
tests: comma separated list of tests to run
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:12 (6 by maintainers)
Top Results From Across the Web
INI file - Wikipedia
An INI file is a configuration file for computer software that consists of a text-based content with a structure and syntax comprising key–value...
Read more >Why are INI files deprecated in favor of the registry? - Reddit
So really you need to store app information somewhere related to the user like the user's AppData directory. But by this point, you're...
Read more >Configuration updates not saving after importing winscp.ini
Log debug 1 shows that my .ini file is saved at: Configuration: C:\Program Files (x86)\WinSCP\WinSCP.ini. That file hasn't been updated ...
Read more >ColdFusion, INI files, and comments - Raymond Camden
I'm not one of the anti-XML folks but you can't deny that an INI file is pretty simple to use. I've moved away...
Read more >PropertyStore INI file location - DevExpress Support
Hi, Where is the TcxPropertiesStore storing ini files by default? ... but I can't find the INI file anywhere on my system. Not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Why did you close this issue, @darakian?
The documentation for configuring the execution of Bandit is indeed sparse.
--ini
option, but the docs only refer to YAML as a configuration file format?Can we reopen the issue?
You’re welcome to reopen the issue, but solved my issue by using some bash to replace the include/exclude logic.