add Security Gallery entry for new Dependency Review Action

This commit is contained in:
Eli Reisman
2022-03-21 11:40:07 -07:00
parent 1d9d6d7fb0
commit d8be55169b
2 changed files with 28 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
name: 'Dependency Review'
on: [pull_request]
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: github/dependency-review-action@main
@@ -0,0 +1,17 @@
{
"name": "Dependency Review",
"creator": "GitHub",
"description": "Scans Pull Requests on each push for the introduction and/or resolution of vulnerable depdendencies to the repository",
"iconName": "octicon mark-github",
"categories": [
"Dependency Graph",
"Dependency Review",
"Go",
"Java",
"JavaScript",
"TypeScript",
"Python",
"Ruby",
"Actions",
"PHP"]
}