Skip to content

Commit

Permalink
Remove -u option
Browse files Browse the repository at this point in the history
Remove -u so results are uploaded to the backend
  • Loading branch information
airadier authored Jul 8, 2022
1 parent e9c20e5 commit 2a65181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
steps {
withCredentials([usernamePassword(credentialsId: 'sysdig-secure-api-credentials', passwordVariable: 'SECURE_API_TOKEN', usernameVariable: '')]) {
container("dind") {
sh "./sysdig-cli-scanner --apiurl https://secure.sysdig.com ${params.DOCKER_REPOSITORY} --policy sysdig-best-practices -u --detailed-policies-eval"
sh "./sysdig-cli-scanner --apiurl https://secure.sysdig.com ${params.DOCKER_REPOSITORY} --policy sysdig-best-practices --detailed-policies-eval"
}
}
}
Expand Down

0 comments on commit 2a65181

Please sign in to comment.