-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[release/3.1] Move SDL validation to ringed release #21153
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-SourceToolsList @("policheck","credscan") | ||
-TsaInstanceURL https://devdiv.visualstudio.com/ | ||
-TsaProjectName DEVDIV | ||
-TsaNotificationEmail [email protected] | ||
-TsaCodebaseAdmin REDMOND\kevinpi | ||
-TsaBugAreaPath "DevDiv\ASP.NET Core" | ||
-TsaIterationPath DevDiv | ||
-TsaRepositoryName AspNetCore | ||
-TsaCodebaseName AspNetCore | ||
dougbu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
-TsaOnboard $True | ||
dougbu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
-TsaPublish $True | ||
-PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jcagme is this the right syntax? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If it worked before it should work since I'm passing the contents of the file wholesale as in https://github.com/dotnet/aspnetcore/pull/21153/files/60482346e29075a668155f0afaf6fe1ad6c4d1ca#diff-097cdf55e1a931b74fbfe48d7e41c8beL721 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this needed in eng/sdl-tsa-vars.config❔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch