mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
8 lines
261 B
Plaintext
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']
|
|
)
|