Fix build break

This commit is contained in:
Justin Hutchings
2022-08-25 12:51:09 -07:00
parent 3b1cbd3d7e
commit a8ce523ef0
3 changed files with 1 additions and 5 deletions

2
dist/index.js generated vendored
View File

@@ -14430,11 +14430,9 @@ async function run() {
let manifests = await getManifestsFromSpdxFiles(await searchFiles());
let snapshot = new _github_dependency_submission_toolkit__WEBPACK_IMPORTED_MODULE_0__.Snapshot({
detector: new Detector({
name: "spdx-to-dependency-graph-action",
version: "0.0.1",
url: "https://github.com/jhutchings1/spdx-to-dependency-graph-action",
})
});
manifests?.forEach(manifest => {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -14,11 +14,9 @@ async function run() {
let manifests = await getManifestsFromSpdxFiles(await searchFiles());
let snapshot = new Snapshot({
detector: new Detector({
name: "spdx-to-dependency-graph-action",
version: "0.0.1",
url: "https://github.com/jhutchings1/spdx-to-dependency-graph-action",
})
});
manifests?.forEach(manifest => {