Skip to content

Commit e39f500

Browse files
Enable binskim, policheck and tsa in SB diff and license pipelines (#47868)
1 parent 32c4b24 commit e39f500

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/SourceBuild/content/eng/pipelines/source-build-sdk-diff-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ extends:
5353
name: NetCore1ESPool-Svc-Internal
5454
image: 1es-windows-2022
5555
os: windows
56+
binskim:
57+
enabled: true
58+
policheck:
59+
enabled: true
60+
tsa:
61+
enabled: true
5662
stages:
5763
- stage: stage
5864
jobs:

src/SourceBuild/content/eng/pipelines/vmr-license-scan.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ extends:
5757
name: NetCore1ESPool-Svc-Internal
5858
image: 1es-windows-2022
5959
os: windows
60+
binskim:
61+
enabled: true
62+
policheck:
63+
enabled: true
64+
tsa:
65+
enabled: true
6066
stages:
6167
- stage: stage
6268
jobs:

0 commit comments

Comments
 (0)