Skip to content

Commit 46e243d

Browse files
committed
Fix misleading brakeman job description in CI workflow
1 parent a7796bd commit 46e243d

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)