fix stage block warning

This commit is contained in:
2022-02-21 16:17:17 +02:00
parent 71f3daf535
commit 8770207625
Vendored
+3 -1
View File
@@ -14,6 +14,8 @@ node {
sh 'node --version'
}
}
stage('vulnerability scanner')
stage('vulnerability scanner') {
sh 'docker run --rm anchore/grype:v0.33.0 debian:wheezy-20170907'
}
}
}