ES-562: Correct modules to scan for C4 OS Snyk scan nightly

This commit is contained in:
Connel McGovern 2023-06-02 17:53:24 +01:00 committed by GitHub
parent 2f92c394c4
commit 5ff7ae78dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@
cordaSnykScanPipeline (
snykTokenId: 'c4-os-snyk-api-token-secret',
// specify the Gradle submodules to scan and monitor on snyk Server
modulesToScan: ['node', 'capsule', 'bridge', 'bridgecapsule']
modulesToScan: ['node', 'capsule']
)