Loading templates/gitlab-ci-defectdojo.yml +0 −2 Original line number Diff line number Diff line Loading @@ -451,8 +451,6 @@ variables: exit 1 else log_info "${_type} report correctly imported" # add template info in test description field curl -LX PUT "${DEFECTDOJO_SERVER_URL}/api/v2/tests/${test_pk}/" -H "Content-Type: multipart/form-data" -H "Authorization: Token $DEFECTDOJO_API_KEY" -F id="${test_pk}" -F target_start="${_scan_date}T${_scan_time}:00Z" -F target_end="${_scan_date}T${_scan_time}:00Z" -F test_type="${dd_test_type_pk}" -F description="scanned with $_template_version" --verbose fi } Loading Loading
templates/gitlab-ci-defectdojo.yml +0 −2 Original line number Diff line number Diff line Loading @@ -451,8 +451,6 @@ variables: exit 1 else log_info "${_type} report correctly imported" # add template info in test description field curl -LX PUT "${DEFECTDOJO_SERVER_URL}/api/v2/tests/${test_pk}/" -H "Content-Type: multipart/form-data" -H "Authorization: Token $DEFECTDOJO_API_KEY" -F id="${test_pk}" -F target_start="${_scan_date}T${_scan_time}:00Z" -F target_end="${_scan_date}T${_scan_time}:00Z" -F test_type="${dd_test_type_pk}" -F description="scanned with $_template_version" --verbose fi } Loading