snyk 1.828.0 → 1.829.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/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -29211,7 +29211,7 @@ class NoSupportedSastFiles extends custom_error_1.CustomError {
|
|
|
29211
29211
|
exports.NoSupportedSastFiles = NoSupportedSastFiles;
|
|
29212
29212
|
NoSupportedSastFiles.ERROR_MESSAGE = 'We found 0 supported files ' +
|
|
29213
29213
|
'\nPlease see our documentation for Snyk Code language and framework support\n' +
|
|
29214
|
-
chalk_1.default.underline('https://
|
|
29214
|
+
chalk_1.default.underline('https://docs.snyk.io/products/snyk-code/snyk-code-language-and-framework-support');
|
|
29215
29215
|
|
|
29216
29216
|
|
|
29217
29217
|
/***/ }),
|