Add token from env

This commit is contained in:
Jannis Portmann 2022-01-24 10:05:00 +01:00
parent 66e5631c16
commit f0c2bfae3a

1
Jenkinsfile vendored
View file

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