Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit de55bf8

Browse files
committed
Security errors are fatal now
1 parent f7de20d commit de55bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</target>
4646

4747
<target name="php-security-checker" description="Check your composer dependencies for insecure components">
48-
<exec executable="vendor/bin/security-checker" failonerror="false">
48+
<exec executable="vendor/bin/security-checker" failonerror="true">
4949
<arg value="security:check"/>
5050
<arg value="--verbose"/>
5151
<arg value="composer.lock"/>

0 commit comments

Comments
 (0)