From 2fbf957007f1ad4624431f7c8b0537cbdb845c94 Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:53:21 +0530 Subject: [PATCH 1/8] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..27a798ad --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' From 97a89b37eab28b4d5951347a88ee090fc190e2b8 Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:55:02 +0530 Subject: [PATCH 2/8] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27a798ad..7a08b082 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,10 @@ # https://aka.ms/yaml trigger: -- master + branches: + include: + - master + pool: vmImage: ubuntu-latest From 17961a83ddee0a3bb2b11fd2ecd5c9e26141a1d4 Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:55:28 +0530 Subject: [PATCH 3/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed511d0..e13dca68 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ How to Use/Setup ? Get the VulnerableSpring Project from here: https://github.com/CSPF-Founder/VulnerableSpring - +####### for testing######## From 66eb10ad23eee6c21431fbd5b93261550a9ef7b3 Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:56:49 +0530 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e13dca68..7ed511d0 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ How to Use/Setup ? Get the VulnerableSpring Project from here: https://github.com/CSPF-Founder/VulnerableSpring -####### for testing######## + From c96ce9378fff44968a08cd24e6aceb28b66a7911 Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Fri, 2 Sep 2022 14:00:07 +0530 Subject: [PATCH 5/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ed511d0..0ca07d16 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,4 @@ How to Use/Setup ? Get the VulnerableSpring Project from here: https://github.com/CSPF-Founder/VulnerableSpring +## From 95855fcf874423a9c1f5b1a4c5de5b75cf4a507f Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:45:30 +0530 Subject: [PATCH 6/8] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a08b082..cc080710 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,3 +20,8 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' + +jobs: +- job: Test + timeoutInMinutes: 2 # how long to run the job before automatically cancelling + cancelTimeoutInMinutes: 1 # how much time to give 'run always even if cancelled tasks' before stopping them \ No newline at end of file From 0b7091c96d5e7062fc3fc55d0e222d50958b0a7e Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:45:52 +0530 Subject: [PATCH 7/8] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc080710..05fd8c30 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,14 +12,6 @@ trigger: pool: vmImage: ubuntu-latest -steps: -- script: echo Hello, world! - displayName: 'Run a one-line script' - -- script: | - echo Add other tasks to build, test, and deploy your project. - echo See https://aka.ms/yaml - displayName: 'Run a multi-line script' jobs: - job: Test From 1d17dc8664ee702072d4f665884be78fd4f875c0 Mon Sep 17 00:00:00 2001 From: Devsecops12 <108657673+Devsecops12@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:49:39 +0530 Subject: [PATCH 8/8] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05fd8c30..b2957fb6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ trigger: pool: - vmImage: ubuntu-latest + vmImage: 'vs2017-win2016' jobs: