mirror of
https://github.com/corda/corda.git
synced 2025-06-24 02:04:12 +00:00
Merging forward updates from release/os/4.12 to release/os/4.13 - 2025-04-23
This commit is contained in:
7
.ci/dev/pr-code-checks/Jenkinsfile
vendored
7
.ci/dev/pr-code-checks/Jenkinsfile
vendored
@ -39,9 +39,12 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Snyk Delta') {
|
||||
agent { label 'standard' }
|
||||
when {
|
||||
expression {
|
||||
return CHANGE_TARGET.contains("release/os/")
|
||||
}
|
||||
}
|
||||
steps {
|
||||
authenticateGradleWrapper()
|
||||
snykDeltaScan(env.SNYK_API_TOKEN, env.C4_OS_SNYK_ORG_ID)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user