From b4b2e5ff9f951b93d7362c17d3a08b5bf5c1b20d Mon Sep 17 00:00:00 2001 From: Ryan Williams <49515+ryanwi@users.noreply.github.com> Date: Thu, 30 Sep 2021 21:07:57 -0700 Subject: [PATCH] More features --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e70f7e..a42e148 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and * Dockerfile and Docker Compose configuration * PostgreSQL database * Redis -* GitHub Actions for tests, linters, and security checks +* GitHub Actions for + * tests + * Rubocop for linting + * Security checks with Brakeman and [bundler-audit](https://github.com/rubysec/bundler-audit) * Dependabot for automated updates ## Initial setup