Enforce SCA checks missing from voltha repos

Change-Id: I48f14244ff8f02eb2a41b071e24e6ae1201b669f
diff --git a/jjb/verify/voltha-lib-go.yaml b/jjb/verify/voltha-lib-go.yaml
index 920ad07..fee00c3 100644
--- a/jjb/verify/voltha-lib-go.yaml
+++ b/jjb/verify/voltha-lib-go.yaml
@@ -19,7 +19,7 @@
           build-node: 'ubuntu16.04-basebuild-2c-4g'
           build-timeout: 20
           dest-gopath: "github.com/opencord"
-          unit-test-targets: 'lint test'
+          unit-test-targets: 'lint sca test'
           unit-test-keep-going: 'true'
       - 'voltha-patch-test':
           pipeline-script: 'voltha-bbsim-tests.groovy'