Skip to content

Commit

Permalink
adjust security checks in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhein committed Jul 28, 2024
1 parent b616ae8 commit 904f8f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- name: Install Node.js dependencies
run: yarn install --immutable

- name: Run security checks
run: |
symfony security:check
yarn audit:high
- name: Run PHP security checks
uses: symfonycorp/security-checker-action@v5

- name: Run JS security checks
run: yarn audit:high

- name: Cache warmup for PHPStan
run: php bin/console cache:warmup --env=dev
Expand Down

0 comments on commit 904f8f2

Please sign in to comment.