diff --git a/Jenkinsfile b/Jenkinsfile index c80e81f10e2c773616f86c0c6af4a81b3da33451..68601267796e2a8b6cc35c957f2d712cd656fbb4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ node{ stage('Scan Clair'){ sh ''' 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.1" --clair="http://172.20.0.6:6060" debian:buster || exit 0 + ./clair-scanner --ip="172.20.0.1" --clair="http://172.20.0.6:6060" debian:buster || exit 0 ''' }