Add RUN_SECURITY_CHECK parameter

It's required to run Openscap XCCDF evaluation on demand.

Change-Id: I3a25249d1068c9a7b8558744a322ba2e4c3003bf
Related-PROD: https://mirantis.jira.com/browse/PROD-19935
diff --git a/jenkins/client/job/oscore/tests.yml b/jenkins/client/job/oscore/tests.yml
index cb1867c..c082306 100644
--- a/jenkins/client/job/oscore/tests.yml
+++ b/jenkins/client/job/oscore/tests.yml
@@ -99,6 +99,11 @@
               OPENSTACK_API_VERSION:
                 type: string
                 default: "3"
+              # security test
+              RUN_SECURITY_CHECK:
+                type: boolean
+                description: Whether to run Openscap XCCDF evaluation
+                default: 'false'
               # test
               TEST_CONF:
                 type: string