Fix entry point for grype
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ node {
|
||||
}
|
||||
}
|
||||
stage('vulnerability scanner')
|
||||
docker.image('anchore/grype:v0.33.0').inside {
|
||||
docker.image('anchore/grype:v0.33.0').inside('--entrypoint=""') {
|
||||
sh 'grype debian:wheezy-20170907'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user