Skip to content

Commit 749ab9b

Browse files
committed
Update references to old repository and rebuild
1 parent 9e3a732 commit 749ab9b

File tree

6 files changed

+46
-96
lines changed

6 files changed

+46
-96
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- 'releases/*'
9+
workflow_dispatch:
910

1011
jobs:
1112
# test action works running from the graph

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX to Dependency Graph Action
22

3-
This repository makes it easy to upload an SPDX SBOM to GitHub's dependency submission API. This lets you quickly receive Dependabot alerts for package manifests which GitHub doesn't directly support like pnpm or Paket by using existing off-the-shelf SBOM generators.
3+
This repository makes it easy to upload an SPDX 2.2 formatted SBOM to GitHub's dependency submission API. This lets you quickly receive Dependabot alerts for package manifests which GitHub doesn't directly support like pnpm or Paket by using existing off-the-shelf SBOM generators.
44

55
### Example workflow
66
This workflow uses the [Microsoft sbom-tool](https://github.com/microsoft/sbom-tool).
@@ -33,7 +33,7 @@ jobs:
3333
name: sbom
3434
path: _manifest/spdx_2.2
3535
- name: SBOM upload
36-
uses: jhutchings1/spdx-to-dependency-graph[email protected]
36+
uses: advanced-security/spdx-dependency-submission[email protected]
3737
with:
3838
filePath: "_manifest/spdx_2.2/"
3939
```

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function run() {
1818
let snapshot = new Snapshot({
1919
name: "spdx-to-dependency-graph-action",
2020
version: "0.0.1",
21-
url: "https://github.com/jhutchings1/spdx-to-dependency-graph-action",
21+
url: "https://github.com/advanced-security/spdx-dependency-submission-action",
2222
},
2323
github.context,
2424
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/jhutchings1/spdx-to-dependency-graph-action.git"
14+
"url": "git+https://github.com/advanced-security/spdx-dependency-submission-action.git"
1515
},
1616
"keywords": [
1717
"GitHub",
@@ -21,9 +21,9 @@
2121
"author": "",
2222
"license": "MIT",
2323
"bugs": {
24-
"url": "https://github.com/jhutchings1/spdx-to-dependency-graph-action/issues"
24+
"url": "https://github.com/advanced-security/spdx-dependency-submission-action/issues"
2525
},
26-
"homepage": "https://github.com/jhutchings1/spdx-to-dependency-graph-action#readme",
26+
"homepage": "https://github.com/advanced-security/spdx-dependency-submission-action#readme",
2727
"dependencies": {
2828
"@actions/core": "^1.10.0",
2929
"@actions/github": "^5.1.1",

0 commit comments

Comments
 (0)