SIMULATION
-
Initialize the default main branch, if it does not exist already.
In the User1-12345678 organization, you need to install the Microsoft Security DevOps extension.
Next, create a new starter pipeline named starter1 that will use the following starter code.
//IMG//
Ensure that starter1 includes a task that executes the extension and uses the following inputs:
• Command: run
• Policy: azuredevops
• Publish: true
Save the pipeline to a new branch named starter.
trigger:
- starter
pool:
# ubuntu-latest also supported.
vmImage: '{{slot1}}'
steps:
Correct slot values