fix broken build due to missing required category

This commit is contained in:
Eli Reisman
2022-03-31 10:34:19 -07:00
parent 439bf3cc34
commit 24a0860545
@@ -3,8 +3,9 @@
"description": "Scans Pull Requests on each push for the introduction and/or resolution of vulnerable depdendencies to the repository", "description": "Scans Pull Requests on each push for the introduction and/or resolution of vulnerable depdendencies to the repository",
"iconName": "octicon mark-github", "iconName": "octicon mark-github",
"categories": [ "categories": [
"Dependency review", "Code Scanning",
"Dependency graph", "Dependency Review",
"Dependency Graph",
"Go", "Go",
"Java", "Java",
"JavaScript", "JavaScript",