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
parent
commit
6d547d72b1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

4
eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

@ -90,9 +90,9 @@ extends:
# The OneBranch template will set 'break' to false for the other SDL # The OneBranch template will set 'break' to false for the other SDL
# tools when TSA is enabled. This allows TSA to gather the results # tools when TSA is enabled. This allows TSA to gather the results
# and publish them for downstream analysis. # and publish them for downstream analysis.
enabled: ${{parameters.enableAllSdlTools }}
enabled: true
apiscan: apiscan:
enabled: ${{parameters.enableAllSdlTools }}
enabled: true
# For non-official builds, the OneBranch template seems to set APIScan's # 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' 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. # break non-official builds, so we explicitly set 'break' to false here.

Loading…
Cancel
Save