Files
starter-workflows/code-scanning/properties/clj-watson.properties.json
T
66f87f9dfe Add clj-watson starter workflow (#1460)
* Add clj-watson starter workflow

* update permissions

* update to latest release

* Update clj-watson-action to official release

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* update categories

* update categories

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* Update code-scanning/properties/clj-watson.properties.json

Co-authored-by: Bishal Prasad <[email protected]>

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* add comments to yml file

* Update clj-watson.properties.json

* use codeql-action/upload-sarif v2

Co-authored-by: Matheus Bernardes <[email protected]>
Co-authored-by: Bishal Prasad <[email protected]>
2022-04-12 10:11:27 +05:30

10 lines
234 B
JSON

{
"name": "clj-watson",
"description": "Scan Clojure/Clojurescript projects for vulnerable direct/transitive dependencies.",
"iconName": "clj-watson",
"categories": [
"Code Scanning",
"Clojure"
]
}