Build(deps): bump snyk from 1.873.0 to 1.878.0 #291

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-snyk-1.878.0 into master 2022-03-19 09:40:07 +00:00
argoyle commented 2022-03-19 04:39:13 +00:00 (Migrated from gitlab.com)

Bumps snyk from 1.873.0 to 1.878.0.

Release notes

Sourced from snyk's releases.

v1.878.0

1.878.0 (2022-03-18)

Bug Fixes

  • multi-file Kubernetes resource scanning (b975e69)

v1.877.0

1.877.0 (2022-03-18)

Features

  • add support for locals referencing locals (7b77015)

v1.876.0

1.876.0 (2022-03-18)

Bug Fixes

  • redact driftctl headers to fetch tfstate (7c486de)
  • redact sensitive flag values from analytics (33c8c49)

v1.875.0

1.875.0 (2022-03-17)

Features

  • Allow to lookup for driftctl in /bin (6ade2a0)
  • validate describe arg and show help (9c4eef3)

v1.874.0

1.874.0 (2022-03-17)

Bug Fixes

  • unmanaged cpp error message (a352e78)
Commits
  • 66504f1 Merge pull request #3040 from snyk/fix/tf-vars-multi-file
  • b975e69 fix: multi-file Kubernetes resource scanning
  • 0789289 Merge pull request #3039 from snyk/feat/support-for-locals-referencing-local
  • 7b77015 feat: add support for locals referencing locals
  • a2fc928 Merge pull request #3033 from snyk/fix/analytics-suppress-sensitive-args
  • 11c057a Merge pull request #3032 from snyk/feat/update_default_describe
  • 9c4eef3 feat: validate describe arg and show help
  • 7c486de fix: redact driftctl headers to fetch tfstate
  • 69dfe9a Merge pull request #3034 from snyk/feat/add_driftctl_to_docker
  • fb4c339 Merge pull request #3037 from snyk/fix/unmanaged-cpp-error-message
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [snyk](https://github.com/snyk/snyk) from 1.873.0 to 1.878.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snyk/snyk/releases">snyk's releases</a>.</em></p> <blockquote> <h2>v1.878.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.877.0...v1.878.0">1.878.0</a> (2022-03-18)</h1> <h3>Bug Fixes</h3> <ul> <li>multi-file Kubernetes resource scanning (<a href="https://github.com/snyk/snyk/commit/b975e699f71465bf2e5db3815fa18308daf8b884">b975e69</a>)</li> </ul> <h2>v1.877.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.876.0...v1.877.0">1.877.0</a> (2022-03-18)</h1> <h3>Features</h3> <ul> <li>add support for locals referencing locals (<a href="https://github.com/snyk/snyk/commit/7b77015c8c524bb5b677b11c74c947a878338684">7b77015</a>)</li> </ul> <h2>v1.876.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.875.0...v1.876.0">1.876.0</a> (2022-03-18)</h1> <h3>Bug Fixes</h3> <ul> <li>redact driftctl headers to fetch tfstate (<a href="https://github.com/snyk/snyk/commit/7c486de5ec5178d13a5dd4fa5476c3e67959fd90">7c486de</a>)</li> <li>redact sensitive flag values from analytics (<a href="https://github.com/snyk/snyk/commit/33c8c4950e1e15f70fd3d8de1f3f216ca285c283">33c8c49</a>)</li> </ul> <h2>v1.875.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.874.0...v1.875.0">1.875.0</a> (2022-03-17)</h1> <h3>Features</h3> <ul> <li>Allow to lookup for driftctl in <code>/bin</code> (<a href="https://github.com/snyk/snyk/commit/6ade2a05d717dc55e9d202b95d8c42c4e0be9806">6ade2a0</a>)</li> <li>validate describe arg and show help (<a href="https://github.com/snyk/snyk/commit/9c4eef3c470f8468bf756219c9e30a927e9de6c2">9c4eef3</a>)</li> </ul> <h2>v1.874.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.873.0...v1.874.0">1.874.0</a> (2022-03-17)</h1> <h3>Bug Fixes</h3> <ul> <li>unmanaged cpp error message (<a href="https://github.com/snyk/snyk/commit/a352e7893796839e462f79994f83f46287e5194c">a352e78</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snyk/cli/commit/66504f1c2993d9b7190f8380ea887965c82a795f"><code>66504f1</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3040">#3040</a> from snyk/fix/tf-vars-multi-file</li> <li><a href="https://github.com/snyk/cli/commit/b975e699f71465bf2e5db3815fa18308daf8b884"><code>b975e69</code></a> fix: multi-file Kubernetes resource scanning</li> <li><a href="https://github.com/snyk/cli/commit/078928941db7b42bbfeb3e3fd1ae050890b29288"><code>0789289</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3039">#3039</a> from snyk/feat/support-for-locals-referencing-local</li> <li><a href="https://github.com/snyk/cli/commit/7b77015c8c524bb5b677b11c74c947a878338684"><code>7b77015</code></a> feat: add support for locals referencing locals</li> <li><a href="https://github.com/snyk/cli/commit/a2fc9288d83100fcf50110b7c36057bf815a3e31"><code>a2fc928</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3033">#3033</a> from snyk/fix/analytics-suppress-sensitive-args</li> <li><a href="https://github.com/snyk/cli/commit/11c057abe09f939a7d78e86da09f4aa8e8327654"><code>11c057a</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3032">#3032</a> from snyk/feat/update_default_describe</li> <li><a href="https://github.com/snyk/cli/commit/9c4eef3c470f8468bf756219c9e30a927e9de6c2"><code>9c4eef3</code></a> feat: validate describe arg and show help</li> <li><a href="https://github.com/snyk/cli/commit/7c486de5ec5178d13a5dd4fa5476c3e67959fd90"><code>7c486de</code></a> fix: redact driftctl headers to fetch tfstate</li> <li><a href="https://github.com/snyk/cli/commit/69dfe9a49c750405e38f9326c66ea35a70e63157"><code>69dfe9a</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3034">#3034</a> from snyk/feat/add_driftctl_to_docker</li> <li><a href="https://github.com/snyk/cli/commit/fb4c3397f852ed1f19f075615626063aac74192d"><code>fb4c339</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3037">#3037</a> from snyk/fix/unmanaged-cpp-error-message</li> <li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.873.0...v1.878.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-03-19 09:40:07 +00:00 (Migrated from gitlab.com)

mentioned in commit 6965fc855e

mentioned in commit 6965fc855e9d4a73eef080ebbe6a5a5316df8452
argoyle (Migrated from gitlab.com) merged commit 6965fc855e into master 2022-03-19 09:40:08 +00:00
Sign in to join this conversation.