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

Clair Scann tentative dépannage

parent fd5da440
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ node{ ...@@ -27,7 +27,7 @@ node{
stage('Scan Clair'){ stage('Scan Clair'){
sh ''' sh '''
./clair-scanner --report="rapportClair" --ip="172.20.0.4" --clair="http://172.20.0.6:6060" debian:buster || exit 0 ./clair-scanner --report="rapportClair" --ip="172.20.0.5" --clair="http://172.20.0.6:6060" debian:buster || exit 0
''' '''
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment