From 64a74a7fc46a96976edd9a5708bf04277d5b586a Mon Sep 17 00:00:00 2001 From: gfulton Date: Thu, 29 Aug 2019 12:26:38 -0700 Subject: [PATCH] add cloudbees/jenkins as a vendor product --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c7536c..e06182a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,7 @@ pipeline { choice(name: 'VENDOR_PRODUCT', choices: ['anchore', 'cyberfactory', 'dsop', 'gitlab', 'opensource', 'redhat', - 'twistlock'], + 'twistlock', cloudbees/jenkins], description: 'What vendor is being scanned') -- GitLab