Skip to content

Commit 6fd3d07

Browse files
committed
remove double parameter and update sdl
1 parent a507634 commit 6fd3d07

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

eng/pipelines/templates/jobs/ci.tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ parameters:
2929
- name: InjectedPackages
3030
type: string
3131
default: ''
32-
- name: Matrix
33-
type: string
3432
- name: DependsOn
3533
type: object
3634
default: []

eng/pipelines/templates/stages/archetype-sdk-client.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@ extends:
9595
name: azsdk-pool-mms-win-2022-1es-pt
9696
image: azsdk-pool-mms-win-2022-1espt
9797
os: windows
98+
eslint:
99+
enabled: false
100+
justificationForDisabling: "ESLint injected task has failures because it uses an old version of mkdirp. We should not fail for tools not controlled by the repo. See: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3499746&"
101+
codeql:
102+
compiled:
103+
enabled: false
104+
justificationForDisabling: "CodeQL times our pipelines out by running for 2+ hours before being force canceled."
105+
psscriptanalyzer:
106+
enabled: true
107+
break: true
108+
policy: M365
109+
credscan:
110+
suppressionsFile: '$(Build.SourcesDirectory)/eng/CredScanSuppression.json'
111+
scanFolder: '$(Build.SourcesDirectory)/credscan.tsv'
112+
toolVersion: '2.3.12.23'
113+
baselineFiles: $(Build.SourcesDirectory)/eng/python.gdnbaselines
98114
stages:
99115
- stage: Build
100116
jobs:

0 commit comments

Comments
 (0)