Skip to content

Commit

Permalink
Add jenkins prefix to creds (#2343)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Jul 15, 2022
1 parent 932dbb4 commit 858dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/vulnerability-scan/whitesource-scan.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
}
steps {
script {
withCredentials([string(credentialsId: 'whitesource-scan-apikey', variable: 'wss_apikey')]) {
withCredentials([string(credentialsId: 'jenkins-whitesource-scan-apikey', variable: 'wss_apikey')]) {
echo 'Executing WhiteSource Scan script'
scan()
}
Expand Down

0 comments on commit 858dc0e

Please sign in to comment.