summaryrefslogtreecommitdiffstats
path: root/jjb/securityscanning
AgeCommit message (Collapse)AuthorFilesLines
2016-12-19clean scm defenitionsRyota MIBU1-4/+1
This patch makes sure we use 2 types of scm, and allows us to specify them by adding one line in job-templates. - git-scm # for daily jobs and merge jobs - git-scm-gerrit # for verify jobs [New] Change-Id: Iddc8a5e0e115193c7081a6d6c53da209900e95c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-14anteaterfw: Switch to sandbox project for development purposesFatih Degirmenci1-2/+2
Change-Id: Idf0516f70f300db4d0b82c48da16e670cfd1eeb1 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-12-14security scan: Add example job for scanning python filesFatih Degirmenci1-0/+109
This is an example job configuration to run security scan against the functest python code. It will not vote on the patches at this phase. The job opnfv-security-scan-verify-{stream} gets triggered whenever a patch containing python code change is sent to Functest. Change-Id: Id05950af70afedb2afbd61062c3f8d41ef1aaacd Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>