Skip to content

Commit

Permalink
Add "rake bundler:audit" as a separate Circle command
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-brough authored and pablobm committed Jan 24, 2022
1 parent 8896c5d commit be688bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ commands:
# Run the tests
- run: bundle exec rspec

# Check vulnerabilities
- run: bundle exec rake bundler:audit

default_job: &default_job
working_directory: ~/administrate
steps:
Expand Down

0 comments on commit be688bc

Please sign in to comment.