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

Merge branch '1-confidential-issue' into 'main'

Resolve "Remove test description update"

Closes #1

See merge request to-be-continuous/defectdojo!5
parents dc070705 317fd87a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  }