forked from CycloneDX/gh-gomod-generate-sbom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 770 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "gh-gomod-generate-sbom",
"version": "0.1.0",
"description": "GitHub action to generate a CycloneDX SBOM for Go modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CycloneDX/gh-gomod-generate-sbom.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CycloneDX/gh-gomod-generate-sbom/issues"
},
"homepage": "https://github.com/CycloneDX/gh-gomod-generate-sbom#readme",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1"
}
}