You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Enable CodeQL in the APIScan build* fix indentation* fix build name* Manually add CodeQL* enable TSA directly in codeql* update codeql source code directory* go back to version 0* switch to variable to configure source code root* Update .pipelines/apiscan-gen-notice.yml
Copy file name to clipboardExpand all lines: .pipelines/templates/compliance/apiscan.yml
+40-28Lines changed: 40 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -4,34 +4,36 @@
4
4
jobs:
5
5
-job:APIScan
6
6
variables:
7
-
-name:runCodesignValidationInjection
8
-
value:false
9
-
-name:NugetSecurityAnalysisWarningLevel
10
-
value:none
11
-
-name:ReleaseTagVar
12
-
value:fromBranch
13
-
# Defines the variables APIScanClient, APIScanTenant and APIScanSecret
14
-
-group:PS-PS-APIScan
15
-
# PAT permissions NOTE: Declare a SymbolServerPAT variable in this group with a 'microsoft' organizanization scoped PAT with 'Symbols' Read permission.
16
-
# A PAT in the wrong org will give a single Error 203. No PAT will give a single Error 401, and individual pdbs may be missing even if permissions are correct.
# Defines the variables APIScanClient, APIScanTenant and APIScanSecret
14
+
-group:PS-PS-APIScan
15
+
# PAT permissions NOTE: Declare a SymbolServerPAT variable in this group with a 'microsoft' organizanization scoped PAT with 'Symbols' Read permission.
16
+
# A PAT in the wrong org will give a single Error 203. No PAT will give a single Error 401, and individual pdbs may be missing even if permissions are correct.