diff --git a/.ci/JenkinsfileStaticAnalysis b/.ci/JenkinsfileStaticAnalysis new file mode 100644 index 0000000..a9f5b85 --- /dev/null +++ b/.ci/JenkinsfileStaticAnalysis @@ -0,0 +1,5 @@ +@Library('corda-shared-build-pipeline-steps@5.2') _ + +staticCodeAnalysisPipeline( + snykCodeEnabled : true +)