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 7ea3173 commit 781014eCopy full SHA for 781014e
2 files changed
.gitlab-ci.yml
@@ -9,6 +9,11 @@ include:
9
10
variables:
11
ECR_REGISTRY: $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com
12
+ SECURE_ANALYZERS_PREFIX: "$ECR_REGISTRY/gitlab/security-products"
13
+
14
+default:
15
+ tags:
16
+ - test-pool
17
18
secret_detection:
19
allow_failure: false
passenger/attributes/daemon.rb
@@ -1,7 +1,7 @@
1
cache_dir = node.fetch(:identity_shared_attributes).fetch(:cache_dir)
2
3
# Use stable (even-numbered) version of NGINX
4
-default[:passenger][:production][:nginx][:version] = '1.24.0'
+default[:passenger][:production][:nginx][:version] = '1.28.2'
5
default[:passenger][:production][:headers_more][:version] = '0.37'
6
7
default[:passenger][:production][:path] = '/opt/nginx'
0 commit comments