Merge "[VOL-3353] Trigger openonu security static checks"
diff --git a/jjb/maven.yaml b/jjb/maven.yaml
index d7a0150..195c9e3 100644
--- a/jjb/maven.yaml
+++ b/jjb/maven.yaml
@@ -56,7 +56,7 @@
           pom: pom.xml
           settings: 'cord-apps-maven-settings'
           settings-type: cfp
-          goals: '-Pci-verify clean test install'
+          goals: '-Pci-verify clean test install spotbugs:check'
 
     publishers:
       - junit:
diff --git a/jjb/verify/voltha-openonu-adapter.yaml b/jjb/verify/voltha-openonu-adapter.yaml
index 7d7ec6d..68bee87 100644
--- a/jjb/verify/voltha-openonu-adapter.yaml
+++ b/jjb/verify/voltha-openonu-adapter.yaml
@@ -22,6 +22,11 @@
           unit-test-keep-going: 'true'
           junit-allow-empty-results: true
           build-timeout: 15
+      - 'make-sca':
+          unit-test-targets: 'sca'
+          unit-test-keep-going: 'true'
+          junit-allow-empty-results: true
+          build-timeout: 15
       - 'voltha-patch-test':
           pipeline-script: 'voltha-bbsim-tests.groovy'