From 16f232ceafaedf2bae284ef08142e2b7d5d18c83 Mon Sep 17 00:00:00 2001 From: Charles Butler Date: Tue, 21 Sep 2021 10:26:01 -0500 Subject: [PATCH] VIO-599 Init clair scans as part of build pipeline --- .jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins b/.jenkins index 31e5be33..712e8276 100644 --- a/.jenkins +++ b/.jenkins @@ -1,7 +1,7 @@ #!/usr/bin/env groovy // Include this shared CI repository to load script helpers and libraries. -library identifier: 'vapor@develop', retriever: modernSCM([ +library identifier: 'vapor@1.17.0', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/vapor-ware/ci-shared.git', credentialsId: 'vio-bot-gh',