Skip to content

Commit

Permalink
use iq.sonatype.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 15, 2021
1 parent 3201e0f commit 1ba5920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ dockerizedBuildPipeline(
},
vulnerabilityScan: {
withDockerImage(env.DOCKER_IMAGE_ID, {
withCredentials([usernamePassword(credentialsId: 'policy.s integration account',
withCredentials([usernamePassword(credentialsId: 'jenkins-iq',
usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
sh 'npx auditjs@latest iq -x -a auditjs -s stage-release -u $IQ_USERNAME -p $IQ_PASSWORD -h https://policy.ci.sonatype.dev'
sh 'npx auditjs@latest iq -x -a auditjs -s release -u $IQ_USERNAME -p $IQ_PASSWORD -h https://iq.sonatype.dev'
}
})
},
Expand Down

0 comments on commit 1ba5920

Please sign in to comment.