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
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 => {