Add token from env
This commit is contained in:
parent
66e5631c16
commit
f0c2bfae3a
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -15,6 +15,7 @@ node {
|
||||||
stage('Vulnr test') {
|
stage('Vulnr test') {
|
||||||
snykSecurity(
|
snykSecurity(
|
||||||
snykInstallation: 'snyk-local',
|
snykInstallation: 'snyk-local',
|
||||||
|
snykTokenId: ${SNYK_API_TOKEN},
|
||||||
targetFile: 'composer.json',
|
targetFile: 'composer.json',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue