You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/testdata/project/.platform.app.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,7 @@ hooks:
58
58
crons:
59
59
security-check:
60
60
# Check that no security issues have been found for PHP packages deployed in production
61
-
# See https://github.com/fabpot/local-php-security-checker
62
61
spec: '50 23 * * *'
63
-
cmd: if [ "$PLATFORM_ENVIRONMENT_TYPE" = "production" ]; then croncape php-security-checker; fi
62
+
cmd: if [ "$PLATFORM_ENVIRONMENT_TYPE" = "production" ]; then croncape COMPOSER_ROOT_VERSION=1.0.0 COMPOSER_AUDIT_ABANDONED=ignore composer audit --no-cache; fi
Copy file name to clipboardExpand all lines: commands/testdata/project/.upsun/config.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,7 @@ applications:
71
71
crons:
72
72
security-check:
73
73
# Check that no security issues have been found for PHP packages deployed in production
74
-
# See https://github.com/fabpot/local-php-security-checker
75
74
spec: '50 23 * * *'
76
-
cmd: if [ "$PLATFORM_ENVIRONMENT_TYPE" = "production" ]; then croncape php-security-checker; fi
75
+
cmd: if [ "$PLATFORM_ENVIRONMENT_TYPE" = "production" ]; then croncape COMPOSER_ROOT_VERSION=1.0.0 COMPOSER_AUDIT_ABANDONED=ignore composer audit --no-cache; fi
0 commit comments