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

Commit d208cea

Browse files
authored
Merge pull request #1537 from franbuehler/add-anomaly-env-vars
Add default env vars for anomaly scores
2 parents fb3eabd + dfbcab2 commit d208cea

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

util/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ MAINTAINER Chaim Sanders [email protected]
44
ARG COMMIT=v3.2/dev
55
ARG REPO=SpiderLabs/owasp-modsecurity-crs
66
ENV PARANOIA=1
7+
ENV ANOMALYIN=5
8+
ENV ANOMALYOUT=4
79

810
RUN apt-get update && \
911
apt-get -y install python git ca-certificates iproute2

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)