Skip to content

test #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: dependabot/maven/junit-junit-4.13.1
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ How to Use/Setup ?
Get the VulnerableSpring Project from here:
https://github.com/CSPF-Founder/VulnerableSpring

##
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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:
branches:
include:
- master


pool:
vmImage: 'vs2017-win2016'


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