Skip to content

Commit a9c8885

Browse files
committed
Updates package.json
1 parent 1da96bd commit a9c8885

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "typescript-action",
3-
"version": "0.0.0",
2+
"name": "sarif-to-security-standard-report",
3+
"version": "beta-0.0.1",
44
"private": true,
5-
"description": "TypeScript template action",
5+
"description": "Compare a SARIF results file to a security standard CWE list and produce a report",
66
"main": "lib/main.js",
77
"scripts": {
88
"build": "tsc",
@@ -15,12 +15,13 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/actions/typescript-action.git"
18+
"url": "git+https://github.com/ctcampbell/sarif-to-security-standard-report.git"
1919
},
2020
"keywords": [
2121
"actions",
2222
"node",
23-
"setup"
23+
"sarif",
24+
"github"
2425
],
2526
"author": "",
2627
"license": "MIT",

0 commit comments

Comments
 (0)