Use correct name

This commit is contained in:
Jannis Portmann 2022-01-24 10:13:01 +01:00
parent f0c2bfae3a
commit d4a7bd4228

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ node {
stage('Vulnr test') {
snykSecurity(
snykInstallation: 'snyk-local',
snykTokenId: ${SNYK_API_TOKEN},
snykTokenId: ${SNYK_TOKEN},
targetFile: 'composer.json',
)
}