snyk 1.948.0 → 1.949.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.
@@ -1842,6 +1842,7 @@ Object.defineProperty(exports, "iacTestTitle", ({ enumerable: true, get: functio
1842
1842
  Object.defineProperty(exports, "spinnerMessage", ({ enumerable: true, get: function () { return v2_1.spinnerMessage; } }));
1843
1843
  Object.defineProperty(exports, "spinnerSuccessMessage", ({ enumerable: true, get: function () { return v2_1.spinnerSuccessMessage; } }));
1844
1844
  Object.defineProperty(exports, "customRulesMessage", ({ enumerable: true, get: function () { return v2_1.customRulesMessage; } }));
1845
+ Object.defineProperty(exports, "customRulesReportMessage", ({ enumerable: true, get: function () { return v2_1.customRulesReportMessage; } }));
1845
1846
  Object.defineProperty(exports, "shouldLogUserMessages", ({ enumerable: true, get: function () { return v2_1.shouldLogUserMessages; } }));
1846
1847
  Object.defineProperty(exports, "formatShareResultsOutput", ({ enumerable: true, get: function () { return v2_1.formatShareResultsOutput; } }));
1847
1848
  Object.defineProperty(exports, "failuresTipOutput", ({ enumerable: true, get: function () { return v2_1.failuresTipOutput; } }));
@@ -2215,6 +2216,7 @@ Object.defineProperty(exports, "spinnerMessage", ({ enumerable: true, get: funct
2215
2216
  Object.defineProperty(exports, "spinnerSuccessMessage", ({ enumerable: true, get: function () { return user_messages_1.spinnerSuccessMessage; } }));
2216
2217
  Object.defineProperty(exports, "shouldLogUserMessages", ({ enumerable: true, get: function () { return user_messages_1.shouldLogUserMessages; } }));
2217
2218
  Object.defineProperty(exports, "customRulesMessage", ({ enumerable: true, get: function () { return user_messages_1.customRulesMessage; } }));
2219
+ Object.defineProperty(exports, "customRulesReportMessage", ({ enumerable: true, get: function () { return user_messages_1.customRulesReportMessage; } }));
2218
2220
  var share_results_1 = __webpack_require__(5400);
2219
2221
  Object.defineProperty(exports, "formatShareResultsOutput", ({ enumerable: true, get: function () { return share_results_1.formatShareResultsOutput; } }));
2220
2222
  var failures_1 = __webpack_require__(39567);
@@ -2448,7 +2450,7 @@ function formatCountsSection(testData) {
2448
2450
  "use strict";
2449
2451
 
2450
2452
  Object.defineProperty(exports, "__esModule", ({ value: true }));
2451
- exports.shouldLogUserMessages = exports.customRulesMessage = exports.spinnerSuccessMessage = exports.spinnerMessage = exports.iacTestTitle = void 0;
2453
+ exports.shouldLogUserMessages = exports.customRulesReportMessage = exports.customRulesMessage = exports.spinnerSuccessMessage = exports.spinnerMessage = exports.iacTestTitle = void 0;
2452
2454
  const utils_1 = __webpack_require__(67533);
2453
2455
  /**
2454
2456
  * Displayed as the title of the test output.
@@ -2466,6 +2468,10 @@ exports.spinnerSuccessMessage = utils_1.colors.info('Test completed.');
2466
2468
  * Message for using custom rules.
2467
2469
  */
2468
2470
  exports.customRulesMessage = utils_1.colors.info('Using custom rules to generate misconfigurations.');
2471
+ /**
2472
+ * Message for using custom rules.
2473
+ */
2474
+ exports.customRulesReportMessage = utils_1.colors.info("Please note that your custom rules will not be sent to the Snyk platform, and will not be available on the project's page.");
2469
2475
  /**
2470
2476
  * @returns whether or not to include user messages in the output.
2471
2477
  */