Skip to content

Commit fe5abcd

Browse files
authored
use correct capitalization for GitHub (#1772)
1 parent 37e8cf0 commit fe5abcd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

OPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Reports show relative paths by default. To use absolute paths instead:
163163

164164
This does not affect HTML or tab-separated reports.
165165

166-
To output Markdown with nice links to files on Github, use
166+
To output Markdown with nice links to files on GitHub, use
167167

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ There is a [plugin available](http://brakemanscanner.org/docs/jenkins/) for Jenk
182182

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

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

187187
# Building
188188

lib/brakeman/report/report_github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Github Actions Formatter
1+
# GitHub Actions Formatter
22
# Formats warnings as workflow commands to create annotations in GitHub UI
33
class Brakeman::Report::Github < Brakeman::Report::Base
44
def generate_report

0 commit comments

Comments
 (0)