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' + } + } + } +} 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