|
131 | 131 | </composer> |
132 | 132 | </target> |
133 | 133 |
|
134 | | - <target name="dependencies-security-check" description="Check security problems for all dependencies"> |
135 | | - <SymfonyConsole command="security:check" checkReturn="true" console="${symfony-bin-console}"> |
136 | | - <arg value="./composer.lock" /> |
137 | | - <arg value="--no-interaction" /> |
138 | | - </SymfonyConsole> |
139 | | - </target> |
140 | | - |
141 | 134 | <target name="clean" description="Clean build artifacts"> |
142 | 135 | <delete dir="${project-web-bundles-dir}"/> |
143 | 136 | <delete dir="${project-web-css-dir}"/> |
|
424 | 417 | <target name="build" description="Runs build locally" depends="clean,prepare,check-environment,projectdoc, |
425 | 418 | composer-validate,phplint, psalm, symfony-twig-lint, symfony-yaml-lint, symfony-doctrine-schema-validate, phpmd, php-cs-fixer, phpcs, |
426 | 419 | phpcpd,symfony-regenerate-cache-dev,symfony-regenerate-cache-prod,symfony-assets-install-dev,encore-build-assets-dev, |
427 | | - symfony-assets-install-prod,encore-build-assets-prod,dependencies-list-updates,dependencies-security-check, dependencies-list-outdated" /> |
| 420 | + symfony-assets-install-prod,encore-build-assets-prod,dependencies-list-updates, dependencies-list-outdated" /> |
428 | 421 |
|
429 | 422 | <target name="build-ci" description="Runs CI build" depends="copy-configs-ci,dependencies-install,clean,prepare,check-environment, |
430 | 423 | projectdoc,composer-validate,phplint, psalm, symfony-twig-lint,symfony-yaml-lint,symfony-doctrine-schema-validate,phpmd, |
431 | 424 | php-cs-fixer-ci, phpcs,phpcpd,symfony-regenerate-cache-dev,symfony-regenerate-cache-prod,symfony-assets-install-dev,encore-build-assets-dev, |
432 | | - symfony-assets-install-prod,encore-build-assets-prod,dependencies-list-updates,dependencies-security-check, dependencies-list-outdated" /> |
| 425 | + symfony-assets-install-prod,encore-build-assets-prod,dependencies-list-updates, dependencies-list-outdated" /> |
433 | 426 |
|
434 | 427 | </project> |
0 commit comments