ES-2340/Add snyk code (#7745)

This commit is contained in:
Sean Brereton 2024-06-10 11:28:58 +01:00 committed by GitHub
parent d75c540760
commit b608500fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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
)