mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
8 lines
234 B
Plaintext
8 lines
234 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']
|
|
)
|