Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit bb19457

Browse files
committed
Add default env vars for anomaly scores
1 parent fb3eabd commit bb19457

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

util/docker/Dockerfile-2.9-apache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG BRANCH=v3.2/dev
66
ARG REPO=SpiderLabs/owasp-modsecurity-crs
77
ENV WEBSERVER=Apache
88
ENV PARANOIA=1
9+
ENV ANOMALYIN=5
10+
ENV ANOMALYOUT=4
911

1012
RUN apt-get update && \
1113
apt-get -y install python git ca-certificates iproute2 && \

util/docker/Dockerfile-3.0-apache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG BRANCH=v3.2/dev
66
ARG REPO=SpiderLabs/owasp-modsecurity-crs
77
ENV WEBSERVER=Apache
88
ENV PARANOIA=1
9+
ENV ANOMALYIN=5
10+
ENV ANOMALYOUT=4
911

1012
RUN apt-get update && \
1113
apt-get -y install python git ca-certificates iproute2 && \

util/docker/Dockerfile-3.0-nginx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG BRANCH=v3.2/dev
66
ARG REPO=SpiderLabs/owasp-modsecurity-crs
77
ENV WEBSERVER=Nginx
88
ENV PARANOIA=1
9+
ENV ANOMALYIN=5
10+
ENV ANOMALYOUT=4
911

1012
RUN apt-get update && \
1113
apt-get -y install python git ca-certificates iproute2 && \

0 commit comments

Comments
 (0)