Skip to content

Commit

Permalink
Added download for fabpot/local-php-security-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Mar 19, 2024
1 parent 235aee9 commit f5ec4ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
echo "${{ secrets.ENV_FILE }}" > .env
- name: Run security check
run: vendor/bin/grumphp run --testsuite=security
run: |
curl -L https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.6/local-php-security-checker_2.0.6_linux_amd64 --output /usr/local/bin/local-php-security-checker
vendor/bin/grumphp run --testsuite=security
- name: Run syntax
run: vendor/bin/grumphp run --testsuite=syntax
Expand Down

0 comments on commit f5ec4ec

Please sign in to comment.