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

modif clair

parent 6c8f372e
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ node{ ...@@ -28,7 +28,7 @@ node{
stage('Scan Clair'){ stage('Scan Clair'){
sh ''' sh '''
wget -qO clair-scanner https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64 && chmod +x clair-scanner wget -qO clair-scanner https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64 && chmod +x clair-scanner
./clair-scanner --ip="http://172.20.0.6:6060" --clair="http://172.20.0.6:6060" debian:buster || exit 0 ./clair-scanner --ip="http://172.20.0.1" --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