Browse Source
SQL pipeline variable doesn't exist, so explicitly setting TSA and ApiScan to enabled. (#3446)
dev/mdaigle/skip-unit-tests-official
Paul Medynski
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
|
|
@ -90,9 +90,9 @@ extends: |
|
|
|
# The OneBranch template will set 'break' to false for the other SDL |
|
|
|
# tools when TSA is enabled. This allows TSA to gather the results |
|
|
|
# and publish them for downstream analysis. |
|
|
|
enabled: ${{parameters.enableAllSdlTools }} |
|
|
|
enabled: true |
|
|
|
apiscan: |
|
|
|
enabled: ${{parameters.enableAllSdlTools }} |
|
|
|
enabled: true |
|
|
|
# For non-official builds, the OneBranch template seems to set APIScan's |
|
|
|
# 'break' to true even when TSA is enabled. We don't want APIScan to |
|
|
|
# break non-official builds, so we explicitly set 'break' to false here. |
|
|
|