Skip to content

Commit 9766351

Browse files
committed
Add vulnerable packages to test against.
1 parent e192d17 commit 9766351

File tree

3 files changed

+322
-0
lines changed

3 files changed

+322
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package-lock.json

Lines changed: 296 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "github-workflow-shared-action-osv-scanner",
3+
"version": "1.0.0",
4+
"description": "There are two shared workflows for using [OSV](https://osv.dev/) for doing Software Composition Analysis (SCA) using a `package-lock.json` (which is generated as part of the workflow).",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/digitalbazaar/github-workflow-shared-action-osv-scanner.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"type": "commonjs",
17+
"bugs": {
18+
"url": "https://github.com/digitalbazaar/github-workflow-shared-action-osv-scanner/issues"
19+
},
20+
"homepage": "https://github.com/digitalbazaar/github-workflow-shared-action-osv-scanner#readme",
21+
"dependencies": {
22+
"ajv-cli": "^5.0.0",
23+
"cookie": "^0.4.0"
24+
}
25+
}

0 commit comments

Comments
 (0)