Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Aug 13, 2021
1 parent 9bfd323 commit a2065f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,10 @@ jobs:
- name: Run security tests
if: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/security-') }}
run: |
docker pull $CONTAINER_TEST_REPOSITORY
docker run $CONTAINER_TEST_REPOSITORY bundle update brakeman --quiet
docker run $CONTAINER_TEST_REPOSITORY bundle exec brakeman --run-all-checks --no-pager
docker run $CONTAINER_TEST_REPOSITORY bundle exec bundler-audit check --update
# docker run $CONTAINER_TEST_REPOSITORY bundle exec ruby-audit check
docker run $CONTAINER_TEST_REPOSITORY bundle exec ruby-audit check
docker run $CONTAINER_TEST_REPOSITORY script/yarn_smart_audit.rb
docker run $CONTAINER_TEST_REPOSITORY yarn check --integrity
Expand Down

0 comments on commit a2065f5

Please sign in to comment.