fixup! Web security audit base pipeline

This commit is contained in:
wpetit 2019-04-15 21:13:23 +02:00
parent b424895f0a
commit 21b7f75124
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ RUN git clone --depth=1 \
USER w3af
WORKDIR /home/w3af/w3af
COPY audit.w3af.tmpl audit.w3af.tmpl
COPY audit.w3af.tmpl /home/w3af/w3af/audit.w3af.tmpl
CMD ["./w3af_console"]