UNCLASSIFIED

.gitlab-ci.yml 408 Bytes
Newer Older
1
stages:
ariel.shnitzer's avatar
ariel.shnitzer committed
2
  - scan-groups
3

ariel.shnitzer's avatar
ariel.shnitzer committed
4 5
scan-groups:
  stage: scan-groups
6 7 8 9 10 11 12 13
  image: "${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/all-in-one-fedora:1.0"
  before_script:
    - pip install -r requirements.txt
  script:
    - python settings.py --gitlab-url=${GITLAB_URL} --gitlab-token=${IRONBANK_TOOLS_TOKEN} --mode ${MODE} --target-group=${TARGET_GROUP}
  timeout: 5h
  only:
    - triggers
ariel.shnitzer's avatar
ariel.shnitzer committed
14
    - schedules