Dependabot commands
You can trigger Dependabot actions by commenting on 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.1200.0 to 1.1202.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.1202.0</h2>
<h1><a href="https://github.com/snyk/snyk/compare/v1.1201.0...v1.1202.0">1.1202.0</a> (2023-08-15)</h1>
<h3>Features</h3>
<ul>
<li>remove the --cloud-context flag (<a href="https://github.com/snyk/snyk/issues/4796">#4796</a>) (<a href="https://github.com/snyk/snyk/commit/e9fc50b2e25fb4910b1e9cce89fe4e30161ac618">e9fc50b</a>)</li>
</ul>
<h2>v1.1201.0</h2>
<h1><a href="https://github.com/snyk/snyk/compare/v1.1200.0...v1.1201.0">1.1201.0</a> (2023-08-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>assertions for the iac output formats test to be more generic (<a href="https://github.com/snyk/snyk/issues/4784">#4784</a>) (<a href="https://github.com/snyk/snyk/commit/20ddac33a85d1f6d29a82c30d07f332ac4724b86">20ddac3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>[OSM-515] Enable <code>--dotnet-runtime-resolution</code> beta flag for <code>snyk test</code> of .NET projects (<a href="https://github.com/snyk/snyk/issues/4768">#4768</a>) (<a href="https://github.com/snyk/snyk/commit/24ec499d9bb956536d005403afec2d3eda271c3b">24ec499</a>)</li>
<li>add fips status (<a href="https://github.com/snyk/snyk/issues/4791">#4791</a>) (<a href="https://github.com/snyk/snyk/commit/364c36561acbc3c3c6295200ab54eeec08210b96">364c365</a>)</li>
<li>use MS Go fork for windows and linux builds (<a href="https://github.com/snyk/snyk/issues/4770">#4770</a>) (<a href="https://github.com/snyk/snyk/commit/5f7c202c1f72c9bb5653c68cd9def4a64322f566">5f7c202</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snyk/cli/commit/e9fc50b2e25fb4910b1e9cce89fe4e30161ac618"><code>e9fc50b</code></a> feat: remove the --cloud-context flag (<a href="https://github.com/snyk/snyk/issues/4796">#4796</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/dd5635096f28593082716c4cb7134e73ac31142d"><code>dd56350</code></a> chore: implement --print-graph for container (<a href="https://github.com/snyk/snyk/issues/4646">#4646</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/c8c61a07706c9cde4de2898fd93194d2e8b38210"><code>c8c61a0</code></a> chore: pin version of all windows executors (<a href="https://github.com/snyk/snyk/issues/4797">#4797</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/364c36561acbc3c3c6295200ab54eeec08210b96"><code>364c365</code></a> feat: add fips status (<a href="https://github.com/snyk/snyk/issues/4791">#4791</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/5f7c202c1f72c9bb5653c68cd9def4a64322f566"><code>5f7c202</code></a> feat: use MS Go fork for windows and linux builds (<a href="https://github.com/snyk/snyk/issues/4770">#4770</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/fda56df45a5abe56b21bab20aafaf796af3f6386"><code>fda56df</code></a> chore: update dependencies [HEAD-615] (<a href="https://github.com/snyk/snyk/issues/4789">#4789</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/40412620671f496708923680ac697f94efc8822c"><code>4041262</code></a> chore: bump needle (<a href="https://github.com/snyk/snyk/issues/4761">#4761</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/480856c63186a8c9d748b208b3fd9c5e80d2c379"><code>480856c</code></a> chore: update oauth urls (<a href="https://github.com/snyk/snyk/issues/4781">#4781</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/20ddac33a85d1f6d29a82c30d07f332ac4724b86"><code>20ddac3</code></a> fix: assertions for the iac output formats test to be more generic (<a href="https://github.com/snyk/snyk/issues/4784">#4784</a>)</li>
<li><a href="https://github.com/snyk/cli/commit/6c1f81b83449880a030782b6da70467c84a8a69b"><code>6c1f81b</code></a> fix [OSM-515] Refactor <code>dotnet</code> CLI installation to build image Dockerfile (#...</li>
<li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.1200.0...v1.1202.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @snyk/protect from 1.1200.0 to 1.1202.0.
Release notes
Sourced from
@snyk/protect's releases.Commits
e9fc50bfeat: remove the --cloud-context flag (#4796)dd56350chore: implement --print-graph for container (#4646)c8c61a0chore: pin version of all windows executors (#4797)364c365feat: add fips status (#4791)5f7c202feat: use MS Go fork for windows and linux builds (#4770)fda56dfchore: update dependencies [HEAD-615] (#4789)4041262chore: bump needle (#4761)480856cchore: update oauth urls (#4781)20ddac3fix: assertions for the iac output formats test to be more generic (#4784)6c1f81bfix [OSM-515] RefactordotnetCLI installation to build image Dockerfile (#...Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 4 commits
master225578a2- Build(deps): bump @snyk/protect from 1.1200.0 to 1.1202.0Compare with previous version