snyk 1.692.0 → 1.693.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 -0
- package/dist/cli/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -284868,6 +284868,7 @@ var TrackedIntegration;
|
|
|
284868
284868
|
TrackedIntegration["JETBRAINS_IDE"] = "JETBRAINS_IDE";
|
|
284869
284869
|
TrackedIntegration["ECLIPSE"] = "ECLIPSE";
|
|
284870
284870
|
TrackedIntegration["VISUAL_STUDIO"] = "VISUAL_STUDIO";
|
|
284871
|
+
TrackedIntegration["VS_CODE"] = "VS_CODE";
|
|
284871
284872
|
TrackedIntegration["VS_CODE_VULN_COST"] = "VS_CODE_VULN_COST";
|
|
284872
284873
|
// CI - tracked by passing flag or envvar on CLI invocation
|
|
284873
284874
|
TrackedIntegration["JENKINS"] = "JENKINS";
|