Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 3fb5452

Browse files
committed
Added security check to the scrutinizer tools list
1 parent fe11b7a commit 3fb5452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ tools:
77
php_cpd: true
88
php_hhvm: true
99
php_cs_fixer:
10-
config: { level: psr2 }
10+
config: { level: psr2 }
11+
sensiolabs_security_checker: true

0 commit comments

Comments
 (0)