Merge pull request #7748 from corda/merge-release/os/4.8-release/os/4.9-2024-06-10-215

ES-2340: Merging forward updates from release/os/4.8 to release/os/4.9 - 2024-06-10
This commit is contained in:
Waldemar Żurowski 2024-06-11 08:18:58 +01:00 committed by GitHub
commit 48e385a9a2
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
)