fixed the run issue with args
Some checks failed
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-21 16:10:39 +02:00
parent 0390a06bf7
commit c0591ad7c8

2
Jenkinsfile vendored
View File

@@ -15,5 +15,5 @@ node {
}
}
stage('vulnerability scanner')
sh 'docker run -t --rm anchore/grype:v0.33.0 grype debian:wheezy-20170907'
sh 'docker run -it --rm anchore/grype:v0.33.0 debian:wheezy-20170907'
}