Commit b9829d35 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch...

Merge branch '16-call-the-import_into_defectdojo-function-from-the-job-instead-of-the-script' into 'main'

Resolve "Call the import_into_defectdojo function from the job instead of the script"

Closes #16

See merge request to-be-continuous/defectdojo!22
parents 3da4eaa5 a27f610f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,6 @@ variables:
    fi
  }

  import_into_defectdojo

  # ENDSCRIPT

@@ -507,6 +506,7 @@ defectdojo:
    - cd ${DEFECTDOJO_DIR}
  script:
    - *defectdojo-scripts
    - import_into_defectdojo
  rules:
    # on production branch
    - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF || $DEFECTDOJO_NOPROD_ENABLED == "true"'