We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e08b74 + 4366520 commit a25a66eCopy full SHA for a25a66e
railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt
@@ -20,7 +20,7 @@ jobs:
20
ruby-version: .ruby-version
21
bundler-cache: true
22
23
- - name: Scan for security vulnerabilities in Ruby Dependencies
+ - name: Scan for security vulnerabilities in Ruby dependencies
24
run: bin/brakeman
25
<% end -%>
26
<%- if options[:javascript] == "importmap" -%>
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
- - name: Scan for security vulnerabilities in Javascript Dependencies
+ - name: Scan for security vulnerabilities in JavaScript dependencies
42
run: bin/importmap audit
43
44
<%- unless skip_rubocop? -%>
0 commit comments