scanner only shows high and medium
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-21 16:23:11 +02:00
parent 8770207625
commit c0b1c41557
Vendored
+1 -1
View File
@@ -15,7 +15,7 @@ node {
}
}
stage('vulnerability scanner') {
sh 'docker run --rm anchore/grype:v0.33.0 debian:wheezy-20170907'
sh 'docker run --rm anchore/grype:v0.33.0 debian:wheezy-20170907 | grep -i "high|medium"'
}
}
}