From 18d2c3455d778806da834f660a804debb7e6e04e Mon Sep 17 00:00:00 2001 From: ethnositdev <79852313+ethnositdev@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:42:29 +0100 Subject: [PATCH 1/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..34edff52 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,22 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.8' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' From 94f3e375ac4ce78e5b55c2f160322f892141ff89 Mon Sep 17 00:00:00 2001 From: ethnositdev <79852313+ethnositdev@users.noreply.github.com> Date: Mon, 1 Mar 2021 17:13:29 +0100 Subject: [PATCH 2/2] Update README.md modify readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ed511d0..a001a007 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 +Using this for secure coding training