Merge pull request #7383 from corda/connelm/ES-562/snyk-submodules-correction

ES-562: Correct modules to scan for C4 OS Snyk scan nightly
This commit is contained in:
Adel El-Beik 2023-06-05 10:28:50 +01:00 committed by GitHub
commit 5f21ef2570
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']
)