Files
starter-workflows/code-scanning/properties/dependency-review.properties.json
T

17 lines
417 B
JSON
Raw Normal View History

{
"name": "Dependency Review",
2022-05-02 12:23:29 +05:30
"description": "Scans Pull Requests on each push for the introduction and/or resolution of vulnerable dependencies to the repository",
"iconName": "octicon mark-github",
"categories": [
2022-04-01 10:03:32 +05:30
"Dependency review",
"Dependency graph",
"Go",
"Java",
"JavaScript",
"TypeScript",
"Python",
"Ruby",
"Actions",
"PHP"]
}