Fix entry point for grype
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-21 15:01:11 +02:00
parent a9e251d6db
commit fb3e198ca3
Vendored
+1 -1
View File
@@ -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'
}
}