remove unexpected token
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:33:09 +02:00
parent c0b1c41557
commit cccb8dd4a6

1
Jenkinsfile vendored
View File

@@ -17,5 +17,4 @@ node {
stage('vulnerability scanner') {
sh 'docker run --rm anchore/grype:v0.33.0 debian:wheezy-20170907 | grep -i "high|medium"'
}
}
}