Skip to content

Commit

Permalink
Update semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthillson committed Oct 3, 2024
1 parent 3709b59 commit 12fe3a6
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,24 +174,4 @@ blocks:
on_fail:
commands:
- artifact push job log/test.log
- artifact push job tmp/screenshots

- name: "Security"
task:
prologue:
commands:
- sem-version ruby 3.2.1
- checkout
- git clone https://github.com/scottwillson/registration_engine_public_stub.git registration_engine
- sudo apt-get install -y libmysqlclient-dev
- cache restore gems-$SEMAPHORE_GIT_BRANCH-$(checksum Gemfile.lock),gems-$SEMAPHORE_GIT_BRANCH-,gems-main-
- bundle config set frozen false
- bundle config set deployment 'true'
- bundle config set path 'vendor/bundle'
- bundle config set without 'production,staging'
- bundle install -j 4
jobs:
- name: Brakeman
commands:
- bundle exec brakeman
- bundle exec bundle-audit
- artifact push job tmp/screenshots

0 comments on commit 12fe3a6

Please sign in to comment.