We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe075cc commit 16fe3bfCopy full SHA for 16fe3bf
symfonycorp/platformsh-meta/1.0/.platform.app.yaml
@@ -48,6 +48,16 @@ hooks:
48
49
(>&2 symfony-deploy)
50
51
+crons:
52
+ security-check:
53
+ # Check that no security issues have been found for PHP packages deployed in production
54
+ # See https://github.com/fabpot/local-php-security-checker
55
+ spec: '50 23 * * *'
56
+ cmd: |
57
+ if [ "$SYMFONY_BRANCH" = "master" ]; then
58
+ croncape php-security-checker
59
+ fi
60
+
61
workers:
62
messenger:
63
# PHP background workers usually don't require much CPU.
0 commit comments