Skip to content

Commit 4a99719

Browse files
authored
Merge pull request rails#52540 from mattbrictson/fix-brakeman-ci-desc
Fix misleading brakeman job description in CI workflow
2 parents d20b682 + 46e243d commit 4a99719

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/github

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ruby-version: .ruby-version
2121
bundler-cache: true
2222

23-
- name: Scan for security vulnerabilities in Ruby dependencies
23+
- name: Scan for common Rails security vulnerabilities using static analysis
2424
run: bin/brakeman --no-pager
2525

2626
<% end -%>

0 commit comments

Comments
 (0)