snyk 1.1044.0 → 1.1046.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.
@@ -619,7 +619,7 @@ exports.runDriftCTL = async ({ options, driftIgnore, input, stdio, }) => {
619
619
  if (process.env.SNYK_SYSTEM_HTTPS_PROXY != undefined) {
620
620
  dctl_env.HTTPS_PROXY = process.env.SNYK_SYSTEM_HTTPS_PROXY;
621
621
  }
622
- if (process.env.SNYK_NO_PROXY != undefined) {
622
+ if (process.env.SNYK_SYSTEM_NO_PROXY != undefined) {
623
623
  dctl_env.NO_PROXY = process.env.SNYK_SYSTEM_NO_PROXY;
624
624
  }
625
625
  const p = child_process.spawn(path, args, {