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

Update Jenkinsfile

parent a7c98f13
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 debian:buster > rapportClair' sh './clair-scanner --ip 172.17.0.1 -c 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