We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da96bd commit a9c8885Copy full SHA for a9c8885
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "typescript-action",
3
- "version": "0.0.0",
+ "name": "sarif-to-security-standard-report",
+ "version": "beta-0.0.1",
4
"private": true,
5
- "description": "TypeScript template action",
+ "description": "Compare a SARIF results file to a security standard CWE list and produce a report",
6
"main": "lib/main.js",
7
"scripts": {
8
"build": "tsc",
@@ -15,12 +15,13 @@
15
},
16
"repository": {
17
"type": "git",
18
- "url": "git+https://github.com/actions/typescript-action.git"
+ "url": "git+https://github.com/ctcampbell/sarif-to-security-standard-report.git"
19
20
"keywords": [
21
"actions",
22
"node",
23
- "setup"
+ "sarif",
24
+ "github"
25
],
26
"author": "",
27
"license": "MIT",
0 commit comments