snyk 1.722.0 → 1.723.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/784.index.js
CHANGED
|
@@ -3906,8 +3906,8 @@ exports.codePlugin = {
|
|
|
3906
3906
|
async test(paths, options) {
|
|
3907
3907
|
var _a, _b;
|
|
3908
3908
|
try {
|
|
3909
|
-
await validate_1.validateCodeTest(options);
|
|
3910
3909
|
analytics.add('sast-scan', true);
|
|
3910
|
+
await validate_1.validateCodeTest(options);
|
|
3911
3911
|
// Currently code supports only one path
|
|
3912
3912
|
const path = paths[0];
|
|
3913
3913
|
const sarifTypedResult = await analysis_1.getCodeAnalysisAndParseResults(path, options);
|