mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
2246c94fd5
* NOTICK: Correct Yaml whitespace * Update JenkinsfileSnykScan Snyk modules * Correcting YAML indentation * NOTICK: Update reges to match ES Jira tickets * Removing bridge/bridgecapsule from main release branch CI pipeline
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']
|
|
)
|