mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ES-2340/Add snyk code (#7745)
This commit is contained in:
parent
d75c540760
commit
b608500fe5
7
.ci/JenkinsfileStaticAnalysis
Normal file
7
.ci/JenkinsfileStaticAnalysis
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
@Library('corda-shared-build-pipeline-steps') _
|
||||||
|
import com.r3.build.enums.SnykOrganisation
|
||||||
|
|
||||||
|
staticCodeAnalysisPipeline(
|
||||||
|
snykCodeEnabled : true,
|
||||||
|
snykOrg: SnykOrganisation.CORDA_4_OS
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user