Add clj-holmes starter workflow

This commit is contained in:
Yong Yan
2022-03-02 10:53:29 -08:00
parent 44bb7ab675
commit d3fb4810d7
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"name": "clj-holmes",
"creator": "Matheus Bernardes",
"description": "A CLI SAST (Static application security testing) tool which was built with the intent of finding vulnerable Clojure code via rules that use a simple pattern language.",
"iconName": "clj-holmes",
"categories": [
"Code Scanning",
"clojure"
]
}