Added vul scanner
Some checks failed
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit
Some checks failed
ci-tests/multiAgent-scripted/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -14,4 +14,8 @@ node {
|
||||
sh 'node --version'
|
||||
}
|
||||
}
|
||||
stage('vulnerability scanner')
|
||||
docker.image('anchore/grype:v0.33.0').inside {
|
||||
sh 'grype debian:wheezy-20170907'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user