Skip to content

Update TSA settings #44

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

Merged
merged 2 commits into from
Jan 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions tools/releaseBuild/yaml/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,17 @@ steps:
displayName: 'Publish Security Analysis Logs'

- task: securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@1
displayName: 'TSA upload to Codebase: PowerShellNative Stamp: Azure'
displayName: 'TSA upload to Codebase: PowerShellNative Version: TsaV2'
inputs:
codebase: NewOrUpdate
tsaStamp: Azure
tsaVersion: TsaV2
codeBaseName: PowerShellNative
notificationAlias: '4e50053a.microsoft.com@amer.teams.ms'
codeBaseAdmins: 'adityap;tplunk;dongbow;slee'
instanceUrlAzure: MSAZURE
projectNameMSAZURE: One
areaPath: 'One\MGMT\Azure Automation\PowerShell\PowerShell Core'
iterationPath: 'One\_Default'
uploadAPIScan: true
uploadBinSkim: true
uploadCredScan: true
uploadFortifySCA: false
uploadFxCop: false
uploadModernCop: false
uploadPoliCheck: true
uploadPREfast: false
uploadRoslyn: false
uploadTSLint: false
Expand Down