Skip to content

Commit b66c741

Browse files
committed
Reduce report screenshot display width in README
1 parent 7da04da commit b66c741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ See the [complete example workflow](.github/workflows/example-audit.yml).
133133
134134
The 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
138138
Copy 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

294294
Use 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

300300
The report step fails if blocked connections are detected, causing the workflow to fail. You can disable this by setting `fail_on_blocked: false`.
301301

0 commit comments

Comments
 (0)