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>
This commit is contained in:
co-authored by
Sampark Sharma
parent
9f245d9aba
commit
a3c3cf245c
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user