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:
Paul Hodgkinson
2023-01-12 16:27:17 +05:30
committed by GitHub
co-authored by Sampark Sharma
parent 9f245d9aba
commit a3c3cf245c
3 changed files with 148 additions and 0 deletions
@@ -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"]
}