fixup! Web security audit base pipeline
This commit is contained in:
5
Makefile
5
Makefile
@ -11,10 +11,7 @@ image-w3af:
|
||||
interactive-w3af:
|
||||
docker run \
|
||||
-it --rm \
|
||||
-e HTTP_PROXY=$(HTTP_PROXY) \
|
||||
-e HTTPS_PROXY=$(HTTPS_PROXY) \
|
||||
-e http_proxy=$(http_proxy) \
|
||||
-e https_proxy=$(https_proxy) \
|
||||
--net host \
|
||||
-v "$(PWD)/resources/com/cadoles/w3af/audit.w3af.tmpl:/home/w3af/w3af/audit.w3af.tmpl:ro" \
|
||||
jenkins-w3af:latest \
|
||||
/bin/sh
|
||||
|
Reference in New Issue
Block a user