bandit/setup.cfg

35 lines
1.1 KiB
INI

[metadata]
name = bandit
summary = Security oriented static analyser for python code.
description-file =
README.md
author = OpenStack Security Group
author-email = openstack-dev@lists.openstack.org
home-page = https://wiki.openstack.org/wiki/Security/Projects/Bandit
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Topic :: Security
[entry_points]
console_scripts =
bandit = bandit.bandit:main
bandit.formatters =
csv = bandit.core.formatters:report_csv
json = bandit.core.formatters:report_json
txt = bandit.core.formatters:report_text
xml = bandit.core.formatters:report_xml
[files]
package_data =
bandit = config/bandit.yaml