Skip to content
Snippets Groups Projects
Commit b4763572 authored by Thibault's avatar Thibault
Browse files

ajout criticité clair

parent 0bb2a5ec
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ node{ ...@@ -34,7 +34,7 @@ node{
//Scan clair (permet de détecter les cve) //Scan clair (permet de détecter les cve)
stage('Scan Clair'){ stage('Scan Clair'){
sh ''' sh '''
./clair-scanner --report="rapportClair" --ip="172.17.0.1" debian:buster ./clair-scanner -t="Critical" --report="rapportClair" --ip="172.17.0.1" debian:buster
''' '''
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment