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

Update Jenkinsfile

parent 6395b897
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ node{ ...@@ -25,7 +25,7 @@ node{
} }
stage('Scan Clair '){ stage('Scan Clair '){
sh './clair-scanner --ip 172.17.0.1 -c http://172.17.0.1:6060 debian:buster > rapportClair' sh './clair-scanner --ip 127.0.0.1 -c http://172.17.0.1:6060 debian:buster > rapportClair'
} }
stage('Push on repo nexus') stage('Push on repo nexus')
docker.withRegistry(registryProject,'reg2'){ docker.withRegistry(registryProject,'reg2'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment