Skip to content

Commit 8288d23

Browse files
committed
Update branding to "Buildcage" in report footer and screenshots
- Capitalize product name in report Job Summary output - Update overview diagram and report screenshots
1 parent cf106fb commit 8288d23

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

assets/diagram-overview.png

-2.58 KB
Loading

assets/report-audit-mode.png

250 Bytes
Loading

assets/report-restrict-mode.png

-1.81 KB
Loading

report/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if (isAudit) {
9292
markdown += "\n<sub>*Note: HTTP rules are based on the Host header, HTTPS rules on SNI, and IP rules on the destination IP address.*</sub>\n";
9393

9494
const actionRepo = process.env.GITHUB_ACTION_REPOSITORY || "dash14/buildcage";
95-
markdown += `\n*Reported by [buildcage](https://github.com/${actionRepo})*\n`;
95+
markdown += `\n*Reported by [Buildcage](https://github.com/${actionRepo})*\n`;
9696

9797
// Write Job Summary
9898
const summaryFile = process.env.GITHUB_STEP_SUMMARY;

0 commit comments

Comments
 (0)