Skip to content

Commit

Permalink
Enable TSA/Policheck (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored Sep 27, 2024
1 parent 4cf55c0 commit a9b3a48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ resources:
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
sdl:
policheck:
enabled: true
tsa:
enabled: true
pool:
name: NetCore1ESPool-Svc-Internal
image: windows.vs2019.amd64
Expand All @@ -34,4 +39,4 @@ extends:
clean: all
steps:
- script: echo "Hello World"
displayName: Build Step
displayName: Build Step

0 comments on commit a9b3a48

Please sign in to comment.