Fix default Security dashboard URL

Follow-up to Id6edde8c1fb76df2efb3f03f9cc3de025bea3482

this parameter actually accepts the REST API URL, not the WebUI one.

Change-Id: If33c39800018547c733545bcb2eb2c5f6b30d081
diff --git a/jenkins/client/job/security/openscap.yml b/jenkins/client/job/security/openscap.yml
index 1357d46..94baf0f 100644
--- a/jenkins/client/job/security/openscap.yml
+++ b/jenkins/client/job/security/openscap.yml
@@ -29,7 +29,7 @@
                 - oval
             DASHBOARD_API_URL:
               type: string
-              default: "http://oscore-bandit.vm.mirantis.net:8090/#/"
+              default: "http://oscore-bandit.vm.mirantis.net:8090/api"
               description: "The WORP api base url. Mandatory if UPLOAD_TO_DASHBOARD is true"
             SALT_MASTER_URL:
               type: string