Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional step to webhook setup guide for enabling broker #2059

Merged
merged 2 commits into from
Mar 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/semgrep-appsec-platform/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Perform these steps in Semgrep AppSec Platform to set up webhooks:
2. Click **Webhook**.
3. In the **Name** field, enter a name for the integration.
4. In the **Webhook URL** field, enter the target webhook URL for the integration.
5. Click **Subscribe**.
5. (Optional) If your organization has the [Semgrep Network Broker](/semgrep-ci/network-broker) enabled, you will see a **Use Network Broker** switch. Enable this if your webhook URL is only accessible from your private network.
6. Click **Subscribe**.
2. Turn notifications on:
1. Click **Rules > Policies > <i class="fa-solid fa-gear"></i> Rule Modes**.
2. Click the **Edit** button of the Rule Mode for which you want to receive webhook notifications. For example, if you want to be notified of all blocking findings through webhooks, click the **Edit** button of the **Block** mode.
Expand Down