Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
swarit-pandey committed Aug 1, 2024
1 parent 10fae77 commit 98afed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function processResults(): void {
addToSummary("# 📊 Runtime Security Report Generated by AccuKnox\n\n");

processResultFile(outputDir, NETWORK_EVENTS_PREFIX, "🌐 Network Events");
processResultFile(outputDir, PROCESS_TREE_PREFIX, "🖥️ Process Tree")
processResultFile(outputDir, PROCESS_TREE_PREFIX, "🖥️ Process Tree");

if (!IS_GITHUB_ACTIONS) {
log(
Expand Down

0 comments on commit 98afed1

Please sign in to comment.