Use correct snyk installation
This commit is contained in:
parent
ee36881c49
commit
66e5631c16
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ node {
|
||||||
|
|
||||||
stage('Vulnr test') {
|
stage('Vulnr test') {
|
||||||
snykSecurity(
|
snykSecurity(
|
||||||
snykInstallation: 'snyk',
|
snykInstallation: 'snyk-local',
|
||||||
targetFile: 'composer.json',
|
targetFile: 'composer.json',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue