From 6193ddbae5ae28118d52416b77993d00dd971d28 Mon Sep 17 00:00:00 2001 From: Jinal Shah Date: Fri, 11 Feb 2022 18:28:53 +0530 Subject: [PATCH] skipping clair scan until fixed --- .jenkins | 1 + 1 file changed, 1 insertion(+) diff --git a/.jenkins b/.jenkins index 4441b0103..568185f42 100644 --- a/.jenkins +++ b/.jenkins @@ -16,6 +16,7 @@ pythonPipeline([ 'skipUnitTest': true, 'skipIntegrationTest': true, 'skipPrivateRepo': true, + 'skipClair': true, 'podTemplate': """ apiVersion: v1 kind: Pod