Skip to content

Commit f487cc2

Browse files
check runs added in v0.31 (#1999)
--------- Co-authored-by: Katie Horne <[email protected]>
1 parent 1c9b6e0 commit f487cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/semgrep-ci/network-broker.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ inbound:
315315
methods: [GET, POST]
316316
```
317317

318-
Semgrep also creates and updates [GitHub Checks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks#checks) when performing Managed Scans on pull requests. To ensure checks can be both created and updated, add the `PATCH` method to the preceding allowlist example, or add a separate entry to allowlist check updates:
318+
Semgrep also creates and updates [GitHub Checks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks#checks) when performing Managed Scans on pull requests. If you are running `v0.30.0` or earlier of the broker: to ensure checks can be both created and updated, add the `PATCH` method to the preceding allowlist example, or add a separate entry to allowlist check updates:
319319

320320
```yaml
321321
inbound:
@@ -325,6 +325,8 @@ inbound:
325325
methods: [GET, POST, PATCH]
326326
```
327327

328+
In broker `v0.31.0` and later, this URL is part of the default allowlist.
329+
328330
## Run multiple instances of the Semgrep Network Broker
329331

330332
You can run multiple instances of the Semgrep Network Broker to manage availability. Semgrep handles multiple requests accordingly, preventing issues like duplicate PR or MR comments.

0 commit comments

Comments
 (0)