snyk 1.829.0 → 1.830.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 +2 -2
- package/dist/cli/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -28971,7 +28971,7 @@ function NotSupportedIacFileErrorMsg(fileName) {
|
|
|
28971
28971
|
return ('Not supported infrastructure as code target files in ' +
|
|
28972
28972
|
fileName +
|
|
28973
28973
|
'.\nPlease see our documentation for supported target files: ' +
|
|
28974
|
-
chalk_1.default.underline('https://
|
|
28974
|
+
chalk_1.default.underline('https://docs.snyk.io/products/snyk-infrastructure-as-code/scan-kubernetes-configuration-files/scan-and-fix-security-issues-in-kubernetes-configuration-files') +
|
|
28975
28975
|
' and make sure you are in the right directory.');
|
|
28976
28976
|
}
|
|
28977
28977
|
exports.NotSupportedIacFileErrorMsg = NotSupportedIacFileErrorMsg;
|
|
@@ -28979,7 +28979,7 @@ function IllegalIacFileErrorMsg(fileName) {
|
|
|
28979
28979
|
return ('Illegal infrastructure as code target file ' +
|
|
28980
28980
|
fileName +
|
|
28981
28981
|
'.\nPlease see our documentation for supported target files: ' +
|
|
28982
|
-
chalk_1.default.underline('https://
|
|
28982
|
+
chalk_1.default.underline('https://docs.snyk.io/products/snyk-infrastructure-as-code/scan-kubernetes-configuration-files/scan-and-fix-security-issues-in-kubernetes-configuration-files') +
|
|
28983
28983
|
' and make sure you are in the right directory.');
|
|
28984
28984
|
}
|
|
28985
28985
|
exports.IllegalIacFileErrorMsg = IllegalIacFileErrorMsg;
|