fix: nginx module more headers #476
Annotations
1 error and 1 warning
Build images
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; git clone -b master --depth 1 https://github.com/owasp-modsecurity/ModSecurity-nginx.git; git clone -b master --depth 1 https://github.com/openresty/headers-more-nginx-module.git; curl -sSL https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz -o nginx-${NGINX_VERSION}.tar.gz; tar -xzf nginx-${NGINX_VERSION}.tar.gz; cd ./nginx-${NGINX_VERSION}; ./configure --with-compat --add-dynamic-module=../ModSecurity-nginx --add-module=../headers-more-nginx-module; make modules; strip objs/ngx_http_modsecurity_module.so objs/ngx_http_headers_more_filter_module.so; cp objs/ngx_http_modsecurity_module.so objs/ngx_http_headers_more_filter_module.so /etc/nginx/modules/; mkdir /etc/modsecurity.d; curl -sSL https://raw.githubusercontent.com/owasp-modsecurity/ModSecurity/v3/master/unicode.mapping -o /etc/modsecurity.d/unicode.mapping" did not complete successfully: exit code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading