Skip to content

Commit 1957a2c

Browse files
committed
Change logger dependency to npm package & fix Dockerfile
1 parent 8cacc31 commit 1957a2c

File tree

3 files changed

+213
-288
lines changed

3 files changed

+213
-288
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ARG LOCAL_GROUP_ID
1616
# ENV USER 1000
1717
ENV USER app_scanner
1818
ENV GROUP purpleteam
19+
# Hack to get around cucumber's dependency change: https://github.com/cucumber/cucumber-js/issues/2011
20+
ENV FORCE_COLOR 1
1921
RUN echo user is: ${USER}, LOCAL_USER_ID is: ${LOCAL_USER_ID}, group is: ${GROUP}, LOCAL_GROUP_ID is: ${LOCAL_GROUP_ID}
2022

2123
# Used for testing zap access manually (usefull for cloud env).

0 commit comments

Comments
 (0)