corda/.ci/dev/nightly-regression/JenkinsfileSnykScan
2023-03-14 21:55:15 +00:00

8 lines
261 B
Plaintext

@Library('corda-shared-build-pipeline-steps') _
cordaSnykScanPipeline (
snykTokenId: 'c4-os-snyk-api-token-secret',
// specify the Gradle submodules to scan and monitor on snyk Server
modulesToScan: ['node', 'capsule', 'bridge', 'bridgecapsule']
)