Build(deps): bump @snyk/protect from 1.966.0 to 1.972.0 #472

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-snyk-protect-1.972.0 into master 2022-07-15 10:07:27 +00:00
argoyle commented 2022-07-14 04:42:35 +00:00 (Migrated from gitlab.com)

Bumps @snyk/protect from 1.966.0 to 1.972.0.

Release notes

Sourced from @​snyk/protect's releases.

v1.972.0

1.972.0 (2022-07-13)

Bug Fixes

  • handle errors from /share-results (5871079)

Features

  • Add support for severity threshold (6833389)

v1.971.0

1.971.0 (2022-07-12)

Features

  • snyk-iac-test error handling (3b3fa89)

v1.970.0

1.970.0 (2022-07-12)

v1.969.0

1.969.0 (2022-07-11)

Features

  • officially support Gradle 7 scanning (314dc96)

v1.968.0

1.968.0 (2022-07-11)

Features

  • remove support for paths outside the current working directory (5ca35c1)

v1.967.0

1.967.0 (2022-07-11)

Bug Fixes

  • bump snyk docker plugin version golang fixes (8d55bcd), closes #3433
Commits
  • 057c554 Merge pull request #3454 from snyk/fix/error-for-share-results
  • cf968fa Merge pull request #3424 from snyk/chore/error-handling-poc
  • 187f079 Merge pull request #3451 from snyk/feat/add-support-for-severity-threshold
  • 6833389 feat: Add support for severity threshold
  • 5871079 fix: handle errors from /share-results
  • 1f6ab52 Merge pull request #3445 from snyk/feat/snyk-iac-test-error-handling
  • e3fc9b9 Merge pull request #3452 from snyk/chore/add-project-name-to-test-summary-cfg...
  • 3b3fa89 feat: snyk-iac-test error handling
  • aba9be1 chore: Add project name to test summary
  • ec88c8d Merge pull request #3449 from snyk/feat/bump-snyk-gradle-plugin-version
  • 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/protect](https://github.com/snyk/snyk) from 1.966.0 to 1.972.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snyk/snyk/releases"><code>@​snyk/protect</code>'s releases</a>.</em></p> <blockquote> <h2>v1.972.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.971.0...v1.972.0">1.972.0</a> (2022-07-13)</h1> <h3>Bug Fixes</h3> <ul> <li>handle errors from /share-results (<a href="https://github.com/snyk/snyk/commit/58710794dbcb5c146d06cf04bcb6e9eb4e9793c5">5871079</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add support for severity threshold (<a href="https://github.com/snyk/snyk/commit/68333892fce93cdcfdc22dcf5f60b4b7bcddd275">6833389</a>)</li> </ul> <h2>v1.971.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.970.0...v1.971.0">1.971.0</a> (2022-07-12)</h1> <h3>Features</h3> <ul> <li>snyk-iac-test error handling (<a href="https://github.com/snyk/snyk/commit/3b3fa89bcded06631e9db30151fc0c8c02d685fb">3b3fa89</a>)</li> </ul> <h2>v1.970.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.969.0...v1.970.0">1.970.0</a> (2022-07-12)</h1> <h2>v1.969.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.968.0...v1.969.0">1.969.0</a> (2022-07-11)</h1> <h3>Features</h3> <ul> <li>officially support Gradle 7 scanning (<a href="https://github.com/snyk/snyk/commit/314dc96c2dfc677558abc6f644338544926d64c7">314dc96</a>)</li> </ul> <h2>v1.968.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.967.0...v1.968.0">1.968.0</a> (2022-07-11)</h1> <h3>Features</h3> <ul> <li>remove support for paths outside the current working directory (<a href="https://github.com/snyk/snyk/commit/5ca35c1d36760d3b71e80e1561cea6a1b1344786">5ca35c1</a>)</li> </ul> <h2>v1.967.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.966.0...v1.967.0">1.967.0</a> (2022-07-11)</h1> <h3>Bug Fixes</h3> <ul> <li>bump snyk docker plugin version golang fixes (<a href="https://github.com/snyk/snyk/commit/8d55bcd4ed0241d93e54d05fda2d375c111f2b7e">8d55bcd</a>), closes <a href="https://github.com/snyk/snyk/issues/3433">#3433</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snyk/cli/commit/057c554d0ba59e29a752064a2933accfeb7c2b9d"><code>057c554</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3454">#3454</a> from snyk/fix/error-for-share-results</li> <li><a href="https://github.com/snyk/cli/commit/cf968fa58d836276de44b554d019310548c5acfc"><code>cf968fa</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3424">#3424</a> from snyk/chore/error-handling-poc</li> <li><a href="https://github.com/snyk/cli/commit/187f079a56b4a679ee3605d12a8154bb466ab093"><code>187f079</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3451">#3451</a> from snyk/feat/add-support-for-severity-threshold</li> <li><a href="https://github.com/snyk/cli/commit/68333892fce93cdcfdc22dcf5f60b4b7bcddd275"><code>6833389</code></a> feat: Add support for severity threshold</li> <li><a href="https://github.com/snyk/cli/commit/58710794dbcb5c146d06cf04bcb6e9eb4e9793c5"><code>5871079</code></a> fix: handle errors from /share-results</li> <li><a href="https://github.com/snyk/cli/commit/1f6ab524ba8a21671b873d6ac04bce8f96505d66"><code>1f6ab52</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3445">#3445</a> from snyk/feat/snyk-iac-test-error-handling</li> <li><a href="https://github.com/snyk/cli/commit/e3fc9b9c642be8db1b7d927b8af874c59642e07a"><code>e3fc9b9</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3452">#3452</a> from snyk/chore/add-project-name-to-test-summary-cfg...</li> <li><a href="https://github.com/snyk/cli/commit/3b3fa89bcded06631e9db30151fc0c8c02d685fb"><code>3b3fa89</code></a> feat: snyk-iac-test error handling</li> <li><a href="https://github.com/snyk/cli/commit/aba9be189790f5d66f3a49d8dd88fd00ee47b421"><code>aba9be1</code></a> chore: Add project name to test summary</li> <li><a href="https://github.com/snyk/cli/commit/ec88c8d1f36497eaf4430e1a64c5206bbb69e5c5"><code>ec88c8d</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/3449">#3449</a> from snyk/feat/bump-snyk-gradle-plugin-version</li> <li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.966.0...v1.972.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-07-14 04:42:38 +00:00 (Migrated from gitlab.com)

mentioned in merge request !420

mentioned in merge request !420
argoyle (Migrated from gitlab.com) merged commit into master 2022-07-15 10:07:27 +00:00
Sign in to join this conversation.