diff --git a/assets/diagram-overview.png b/assets/diagram-overview.png index 5aa00a7..055d9d6 100644 Binary files a/assets/diagram-overview.png and b/assets/diagram-overview.png differ diff --git a/assets/report-audit-mode.png b/assets/report-audit-mode.png index f160fd5..d74e909 100644 Binary files a/assets/report-audit-mode.png and b/assets/report-audit-mode.png differ diff --git a/assets/report-restrict-mode.png b/assets/report-restrict-mode.png index fb58ccd..f909dd9 100644 Binary files a/assets/report-restrict-mode.png and b/assets/report-restrict-mode.png differ diff --git a/report/main.mjs b/report/main.mjs index f44c006..5937570 100644 --- a/report/main.mjs +++ b/report/main.mjs @@ -92,7 +92,7 @@ if (isAudit) { markdown += "\n*Note: HTTP rules are based on the Host header, HTTPS rules on SNI, and IP rules on the destination IP address.*\n"; const actionRepo = process.env.GITHUB_ACTION_REPOSITORY || "dash14/buildcage"; -markdown += `\n*Reported by [buildcage](https://github.com/${actionRepo})*\n`; +markdown += `\n*Reported by [Buildcage](https://github.com/${actionRepo})*\n`; // Write Job Summary const summaryFile = process.env.GITHUB_STEP_SUMMARY;