a3c3cf245c
* 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>
9 lines
281 B
JSON
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"]
|
|
}
|