sort reverse
All checks were successful
ci-tests/multiAgent-scripted/pipeline/head This commit looks good
All checks were successful
ci-tests/multiAgent-scripted/pipeline/head This commit looks good
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -16,7 +16,9 @@ node {
|
||||
}
|
||||
stage('vulnerability scanner') {
|
||||
sh """
|
||||
docker run --rm anchore/grype:v0.33.0 debian:wheezy-20170907 | grep -iE 'high|medium'
|
||||
docker run --rm anchore/grype:v0.33.0 debian:wheezy-20170907 | \
|
||||
grep -iE 'high|medium' | \
|
||||
sort -rk 8
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user