@soos-io/soos-sast
Advanced tools
Comparing version 0.1.0-pre.1 to 0.1.0-pre.2
@@ -144,12 +144,11 @@ #!/usr/bin/env node | ||
const formData = await this.getSastAsFormData(filePath); | ||
const uploadManifestFilesResponse = await soosAnalysisApiClient.uploadManifestFiles({ | ||
await soosAnalysisApiClient.uploadScanToolResult({ | ||
clientId: this.args.clientId, | ||
projectHash, | ||
branchHash, | ||
analysisId, | ||
manifestFiles: formData, | ||
scanType: api_client_1.ScanType.SAST, | ||
scanId: analysisId, | ||
resultFile: formData, | ||
}); | ||
api_client_1.soosLogger.info(` SAST Files: \n`, ` ${uploadManifestFilesResponse.message} \n`, uploadManifestFilesResponse.manifests | ||
?.map((m) => ` ${m.name}: ${m.statusMessage}`) | ||
.join("\n")); | ||
api_client_1.soosLogger.info(`Scan result uploaded successfully`); | ||
api_client_1.soosLogger.logLineSeparator(); | ||
@@ -156,0 +155,0 @@ api_client_1.soosLogger.info("Starting SAST Analysis scan"); |
{ | ||
"name": "@soos-io/soos-sast", | ||
"version": "0.1.0-pre.1", | ||
"version": "0.1.0-pre.2", | ||
"description": "SOOS wrapper script to upload SAST files.", | ||
@@ -5,0 +5,0 @@ "main": "bin/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
12050
252