Use correct name
This commit is contained in:
parent
f0c2bfae3a
commit
d4a7bd4228
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ node {
|
||||||
stage('Vulnr test') {
|
stage('Vulnr test') {
|
||||||
snykSecurity(
|
snykSecurity(
|
||||||
snykInstallation: 'snyk-local',
|
snykInstallation: 'snyk-local',
|
||||||
snykTokenId: ${SNYK_API_TOKEN},
|
snykTokenId: ${SNYK_TOKEN},
|
||||||
targetFile: 'composer.json',
|
targetFile: 'composer.json',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue