UNCLASSIFIED

Commit cc432247 authored by gavin.scallon's avatar gavin.scallon
Browse files

Add arg to command run

parent 1ea38965
......@@ -7,7 +7,7 @@ scan projects:
before_script:
- pip install -r requirements.txt
script:
- python template.py --gitlab-url=${GITLAB_URL} --gitlab-token=${IRONBANK_TOOLS_TOKEN} --template-project=${TEMPLATE_PROJECT} --mode ${MODE} --ignore-projects=${IGNORE_PROJECTS} --run-modules=${MODULES} --target-group=${TARGET_GROUP}
- python template.py --gitlab-url=${GITLAB_URL} --gitlab-token=${IRONBANK_TOOLS_TOKEN} --template-project=${TEMPLATE_PROJECT} --mode ${MODE} --ignore-projects=${IGNORE_PROJECTS} --run-modules=${MODULES} --target-group=${TARGET_GROUP} --distroless-projects=${DISTROLESS_PROJECTS}
timeout: 5h
only:
- triggers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment