Files
starter-workflows/code-scanning/properties/bandit.properties.json
T
Paul Hodgkinson a3c3cf245c Added Bandit starter workflow and properties file (#1859)
* Added Bandit starter workflow and properties file. Python security scanner, Action by a Hubber, wraps free tool

* Set icon name to one in the icons folder

* Switched to Bandit's own SVG icon

* Added workflow disclaimer

* Fixed author name

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-01-12 16:27:17 +05:30

9 lines
281 B
JSON

{
"name": "Bandit Scan",
"creator": "abirismyname",
"enterprise": false,
"description": "Bandit is free software designed to find common security issues in Python code, maintained by PyCQA",
"iconName": "bandit",
"categories": ["Code Scanning", "Python"]
}