From 1a1986a4270c342e30bd2ae3b2d4a0673f0d2d7d Mon Sep 17 00:00:00 2001 From: Swarlaksh <123491193+Swarlaksh@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:21:18 +0530 Subject: [PATCH 1/2] Create Jenkinsfile --- Jenkinsfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000000..ae8fe8c507 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +pipeline{ + agent any + stages{ + stage('CICD'){ + steps{ + sh 'pip install boman-cli==1.4' + sh '~/.local/bin/boman-cli-uat -a run -cicd jenkins' + } + } + } +} From 77c51268f2f4ed1d9f8b96207c2c6579aa0a0c9a Mon Sep 17 00:00:00 2001 From: Swarlaksh <123491193+Swarlaksh@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:22:00 +0530 Subject: [PATCH 2/2] Create boman.yaml --- boman.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 boman.yaml diff --git a/boman.yaml b/boman.yaml new file mode 100644 index 0000000000..5f8bf79880 --- /dev/null +++ b/boman.yaml @@ -0,0 +1,11 @@ +Auth: + project_token: ab7ff67f-2f49-4fe3-a281-00e0718e02ea + customer_token: 4b36ce06-05a1-43f9-a0e9-0c98a26594fa +# SAST: +# language: python-snyk-sast +# DAST: +# type: "WEB" +# URL: "https://demo.testfire.net/" +SCA: + language: python-snyk-sca +Secret_Scan: true