Skip to content

Commit

Permalink
fixed summary issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Apr 2, 2024
1 parent 49d4f65 commit fc6f96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async function generateSummary() {
}
}

summary = summary.addHeading
summary = summary
.addHeading('Egress Traffic', 3)
.addQuote(
'Note:: Running in Audit mode. Unknown/unverified destinations will be blocked in Active mode.'
Expand Down

0 comments on commit fc6f96f

Please sign in to comment.