Skip to content

Commit

Permalink
docs: fix missing scan integrations_jenkins.md (Checkmarx#3917)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoocx authored Jul 27, 2021
1 parent 2b738d8 commit f9878bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations_jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pipeline {
script {
docker.image('checkmarx/kics:latest-alpine').inside("--entrypoint=''") {
unstash 'source'
sh('/app/bin/kics -p \$(pwd) -q /app/bin/assets/queries --ci --report-formats html -o \$(pwd)')
sh('/app/bin/kics scan -p \$(pwd) -q /app/bin/assets/queries --ci --report-formats html -o \$(pwd)')
archiveArtifacts(artifacts: 'results.html', fingerprint: true)
publishHTML([allowMissing: true, alwaysLinkToLastBuild: true, keepAll: true, reportDir: '.', reportFiles: 'results.html', reportName: 'KICS Results', reportTitles: ''])
}
Expand Down

0 comments on commit f9878bb

Please sign in to comment.