@soos-io/api-client
Advanced tools
Comparing version 0.2.49-pre.8 to 0.2.49-pre.9
@@ -95,3 +95,3 @@ import { FileMatchTypeEnum, HashAlgorithmEnum } from "./../enums"; | ||
}>; | ||
findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, workingDirectory, packageManagers, fileMatchType, }: { | ||
findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, packageManagers, fileMatchType, }: { | ||
clientId: string; | ||
@@ -102,3 +102,2 @@ projectHash: string; | ||
sourceCodePath: string; | ||
workingDirectory: string; | ||
packageManagers: string[]; | ||
@@ -105,0 +104,0 @@ fileMatchType: FileMatchTypeEnum; |
@@ -254,3 +254,3 @@ "use strict"; | ||
} | ||
async findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, workingDirectory, packageManagers, fileMatchType, }) { | ||
async findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, packageManagers, fileMatchType, }) { | ||
const supportedScanFileFormats = await this.analysisApiClient.getSupportedScanFileFormats({ | ||
@@ -343,3 +343,3 @@ clientId: clientId, | ||
const hashManifestFileName = `${soosHashesManifest.packageManager}${constants_1.SOOS_CONSTANTS.SCA.SoosFileHashesManifest}`; | ||
const hashManifestPath = Path.join(workingDirectory, hashManifestFileName); | ||
const hashManifestPath = Path.join(sourceCodePath, hashManifestFileName); | ||
logging_1.soosLogger.info(`Generating SOOS hashes manifest: ${hashManifestPath}`); | ||
@@ -346,0 +346,0 @@ FileSystem.writeFileSync(hashManifestPath, JSON.stringify(soosHashesManifest, null, 2)); |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.2.49-pre.8", | ||
"version": "0.2.49-pre.9", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
320614
3114