Skip to content

Commit

Permalink
Add security checker to composer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Sep 21, 2021
1 parent 1f197ea commit a97635d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"vendor/bin/phpunit --dont-report-useless-tests tests",
"phpcs --standard=/opt/html/tki/vendor/bin/phpcs.xml --ignore=templates,vendor .",
"psalm --no-progress --no-suggestions -c vendor/bin/psalm.xml .",
"phpstan analyze --memory-limit=1G --no-progress --no-ansi -l 8 -c vendor/bin/phpstan.neon ."
"phpstan analyze --memory-limit=1G --no-progress --no-ansi -l 8 -c vendor/bin/phpstan.neon .",
"vendor/bin/local-php-security-checker --path=/opt/html/tki/"
],
"disabled-due-to-php8-problems-tests": [
"phpmd . text /opt/html/tki/vendor/bin/phpmd.xml --exclude vendor/,templates/"
Expand Down

0 comments on commit a97635d

Please sign in to comment.