Switch report format to json

Change-Id: Ib53860b139d017298b5f77ebe2234a4940002fab
diff --git a/jenkins/client/job/oscore/security_tests.yml b/jenkins/client/job/oscore/security_tests.yml
index e8e0547..e4f5f6d 100644
--- a/jenkins/client/job/oscore/security_tests.yml
+++ b/jenkins/client/job/oscore/security_tests.yml
@@ -74,7 +74,7 @@
               REPORT_FORMAT:
                 type: string
                 description: Format for generated report(csv,html,json)
-                default: "csv"
+                default: "json"
               UPLOAD_REPORT:
                 type: boolean
                 description: Whether to upload report
@@ -154,4 +154,4 @@
               REPORT_FORMAT:
                 type: string
                 description: Format for generated report(csv,html,json)
-                default: "csv"
+                default: "json"