Skip to content

Commit

Permalink
use correct capitalization for GitHub (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
antn authored Mar 29, 2023
1 parent 37e8cf0 commit fe5abcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Reports show relative paths by default. To use absolute paths instead:

This does not affect HTML or tab-separated reports.

To output Markdown with nice links to files on Github, use
To output Markdown with nice links to files on GitHub, use

brakeman --github-repo USER/REPO[/PATH][@REF]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ There is a [plugin available](http://brakemanscanner.org/docs/jenkins/) for Jenk

For even more continuous testing, try the [Guard plugin](https://github.com/guard/guard-brakeman).

There are a couple [Github Actions](https://github.com/marketplace?type=actions&query=brakeman) available.
There are a couple [GitHub Actions](https://github.com/marketplace?type=actions&query=brakeman) available.

# Building

Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/report/report_github.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Github Actions Formatter
# GitHub Actions Formatter
# Formats warnings as workflow commands to create annotations in GitHub UI
class Brakeman::Report::Github < Brakeman::Report::Base
def generate_report
Expand Down

0 comments on commit fe5abcd

Please sign in to comment.