From b156912162b65a7c005e74752b3ea955b079c2d7 Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Thu, 4 Oct 2018 15:01:39 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index df57acc0..35cd096c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,7 @@ pipeline { sh 'docker run -p 6060:6060 --link db:postgres -d --name clair arminc/clair-local-scan:v2.0.5' sh 'curl -L -o clair-scanner https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64' sh 'chmod 755 clair-scanner' - sh './clair-scanner --ip 172.17.0.1 -r test.out tier/grouper' + sh "./clair-scanner --ip 172.17.0.1 -r test.out $maintainer/$imagename:$tag" // test the environment sh 'cd test-compose && ./compose.sh' // bring down after testing