Added vul scanner
Some checks failed
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-20 19:08:22 +02:00
parent 6dc8257be7
commit a9e251d6db

4
Jenkinsfile vendored
View File

@@ -14,4 +14,8 @@ node {
sh 'node --version'
}
}
stage('vulnerability scanner')
docker.image('anchore/grype:v0.33.0').inside {
sh 'grype debian:wheezy-20170907'
}
}