8000 Fix test data · symfony-cli/symfony-cli@799c80f · GitHub
[go: up one dir, main page]

Skip to content

Commit 799c80f

Browse files
committed
Fix test data
1 parent 8b8583d commit 799c80f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

commands/testdata/project/.platform.app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ hooks:
5858
crons:
5959
security-check:
6060
# Check that no security issues have been found for PHP packages deployed in production
61-
# See https://github.com/fabpot/local-php-security-checker
6261
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
6463

6564

commands/testdata/project/.upsun/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ applications:
7171
crons:
7272
security-check:
7373
# Check that no security issues have been found for PHP packages deployed in production
74-
# See https://github.com/fabpot/local-php-security-checker
7574
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
7776

7877

0 commit comments

Comments
 (0)
0