Skip to content

Commit

Permalink
refactor: cdxgen structure
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Sep 7, 2024
1 parent bae652e commit 63834ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/stages/postgen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import { tmpdir } from "node:os";
import { join } from "node:path";
import process from "node:process";
import { PackageURL } from "packageurl-js";
import { DEBUG_MODE, dirNameStr, hasAnyProjectType } from "./utils.js";
import {
DEBUG_MODE,
dirNameStr,
hasAnyProjectType,
} from "../../helpers/utils.js";

/**
* Filter and enhance BOM post generation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cdx-verify": "./bin/verify.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --inject-globals false ./lib/**/*.test.js --testPathIgnorePatterns ./lib/helpers/envcontext.test.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --inject-globals false --testPathIgnorePatterns ./lib/helpers/envcontext.test.js",
"watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --inject-globals false",
"lint:check": "biome check",
"lint": "biome check --fix",
Expand Down

0 comments on commit 63834ab

Please sign in to comment.