UNPKG

@soos-io/soos-sbom

Version:

Upload your Software Bill of Materials (SBOM) to SOOS for vulnerability analysis, license matching and more. Register for a free trial today at https://app.soos.io/register

13 lines (12 loc) 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SOOS_SBOM_CONSTANTS = void 0; exports.SOOS_SBOM_CONSTANTS = { FileRegex: /\.(cdx|spdx)\.json$/, FilePattern: "**/*.@(cdx.json|spdx.json)", MaxSbomsPerScan: 50, UploadBatchSize: 10, DefaultDirectoriesToExclude: ["**/node_modules/**", "**/bin/**", "**/obj/**", "**/lib/**"], SoosDirectoryToExclude: "**/soos/**", ObfuscatedArguments: ["apiKey"], };