Skip to content
Snippets Groups Projects
Commit 700696a7 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Target variable fix

parent b3e35544
Branches
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ build:
test:
stage: test
script:
- docker run -e "TARGET=${TARGET}" -v /tmp/:/mnt/output registry-gitlab.xlab.si/cyberwiser/$SERVICE:$VERSION
- docker run -e "TARGET=http://10.10.43.182" -v /tmp/:/mnt/output registry-gitlab.xlab.si/cyberwiser/$SERVICE:$VERSION
- cat /tmp/genscan-out.json
- grep -q "W3af" /tmp/genscan-out.json
- grep -q "OWASP ZAdP" /tmp/genscan-out.json
- grep -q "OWASP ZAP" /tmp/genscan-out.json
push:
stage: push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment