File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends $TOOL_DEPS $BUI
3434 && curl -Ls http://get.sensiolabs.de/deptrac.phar > /usr/local/bin/deptrac && chmod +x /usr/local/bin/deptrac \
3535 && curl -sL https://raw.github.com/mamuz/PhpDependencyAnalysis/master/download/phpda.pubkey > /usr/local/bin/phpda.pubkey && curl -sL https://raw.github.com/mamuz/PhpDependencyAnalysis/master/download/phpda > /usr/local/bin/phpda && chmod +x /usr/local/bin/phpda \
3636 && curl -Ls http://psvc.coreteks.org/php-semver-checker.phar > /usr/local/bin/php-semver-checker && chmod +x /usr/local/bin/php-semver-checker \
37+ && curl -Ls http://get.sensiolabs.org/security-checker.phar > /usr/local/bin/security-checker && chmod +x /usr/local/bin/security-checker \
3738 && composer global require --no-suggest --prefer-dist --update-no-dev -n akeneo/php-coupling-detector edsonmedina/php_testability:dev-master vimeo/psalm povils/phpmnd wapmorgan/php-code-fixer wapmorgan/php-code-analyzer rskuipers/php-assumptions:dev-master bmitch/churn-php \
3839 && cd $HOME && git clone https://github.com/Qafoo/QualityAnalyzer.git && cd $HOME/QualityAnalyzer && composer install --no-dev --no-suggest --prefer-dist -n \
3940 && cd $HOME && git clone https://github.com/Halleck45/DesignPatternDetector.git && cd $HOME/DesignPatternDetector && composer install --no-dev --no-suggest --prefer-dist -n \
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN apk add --no-cache --virtual .tool-deps $TOOL_DEPS $LIB_DEPS \
3535 && curl -Ls http://get.sensiolabs.de/deptrac.phar > /usr/local/bin/deptrac && chmod +x /usr/local/bin/deptrac \
3636 && curl -sL https://raw.github.com/mamuz/PhpDependencyAnalysis/master/download/phpda.pubkey > /usr/local/bin/phpda.pubkey && curl -sL https://raw.github.com/mamuz/PhpDependencyAnalysis/master/download/phpda > /usr/local/bin/phpda && chmod +x /usr/local/bin/phpda \
3737 && curl -Ls http://psvc.coreteks.org/php-semver-checker.phar > /usr/local/bin/php-semver-checker && chmod +x /usr/local/bin/php-semver-checker \
38+ && curl -Ls http://get.sensiolabs.org/security-checker.phar > /usr/local/bin/security-checker && chmod +x /usr/local/bin/security-checker \
3839 && composer global require --no-suggest --prefer-dist --update-no-dev -n akeneo/php-coupling-detector edsonmedina/php_testability:dev-master vimeo/psalm povils/phpmnd wapmorgan/php-code-fixer wapmorgan/php-code-analyzer rskuipers/php-assumptions:dev-master bmitch/churn-php \
3940 && cd $HOME && git clone https://github.com/Qafoo/QualityAnalyzer.git && cd $HOME/QualityAnalyzer && composer install --no-dev --no-suggest --prefer-dist -n \
4041 && cd $HOME && git clone https://github.com/Halleck45/DesignPatternDetector.git && cd $HOME/DesignPatternDetector && composer install --no-dev --no-suggest --prefer-dist -n \
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Docker image providing static analysis tools for PHP.
3737* design-pattern - [ Dettects design patterns] ( https://github.com/Halleck45/DesignPatternDetector )
3838* parallel-lint - [ Checks PHP file syntax] ( https://github.com/JakubOnderka/PHP-Parallel-Lint )
3939* php-semver-checker - [ Suggests a next version according to semantic versioning ] ( https://github.com/tomzx/php-semver-checker )
40+ * security-checker - [ Checks composer dependencies for known security vulnerabilities] ( https://github.com/sensiolabs/security-checker )
4041
4142## Running tools
4243
Original file line number Diff line number Diff line change @@ -33,4 +33,5 @@ Available tools:
3333* design-pattern - Dettects design patterns - https://github.com/Halleck45/DesignPatternDetector
3434* parallel-lint - Checks PHP file syntax - https://github.com/JakubOnderka/PHP-Parallel-Lint
3535* php-semver-checker - Suggests a next version according to semantic versioning - https://github.com/tomzx/php-semver-checker
36+ * security-checker - Checks composer dependencies for known security vulnerabilities - https://github.com/sensiolabs/security-checker
3637TOOLS
You can’t perform that action at this time.
0 commit comments