File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ See the [complete example workflow](.github/workflows/example-audit.yml).
133133
134134The report action outputs a Job Summary showing every domain your build contacted:
135135
136- <img src="assets/report-audit-mode.png" alt="Outbound Traffic Report - audit mode" width="835 ">
136+ <img src="assets/report-audit-mode.png" alt="Outbound Traffic Report - audit mode" width="556 ">
137137
138138Copy these domain names into ` allowed_https_domains` or `allowed_http_domains` for Step 3.
139139
@@ -289,13 +289,13 @@ Displays communication logs after builds and optionally fails if any BLOCKED con
289289
290290**Audit mode:**
291291
292- <img src="assets/report-audit-mode.png" alt="Outbound Traffic Report - audit mode" width="835 ">
292+ <img src="assets/report-audit-mode.png" alt="Outbound Traffic Report - audit mode" width="556 ">
293293
294294Use the domain names shown in the report to create your allowlist for restrict mode.
295295
296296**Restrict mode:**
297297
298- <img src="assets/report-restrict-mode.png" alt="Outbound Traffic Report - restrict mode" width="835 ">
298+ <img src="assets/report-restrict-mode.png" alt="Outbound Traffic Report - restrict mode" width="556 ">
299299
300300The report step fails if blocked connections are detected, causing the workflow to fail. You can disable this by setting `fail_on_blocked : false`.
301301
You can’t perform that action at this time.
0 commit comments