From 43f70063ee022d7f15c0d4779f2e4ef5cd842563 Mon Sep 17 00:00:00 2001 From: Bin Li Date: Wed, 30 Mar 2022 14:51:25 +0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 76e3742..b4da2f8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,33 +14,6 @@ steps: inputs: toolMajorVersion: 'V2' -- task: Semmle@1 - inputs: - sourceCodeDirectory: '$(Build.SourcesDirectory)' - language: 'python' - querySuite: 'Recommended' - timeout: '1800' - ram: '16384' - addProjectDirToScanningExclusionList: true - -# Both versions of Semmle (0 and 1) aren't required -# Either one is fine. The latest version will show up as -# Semmle@1 while older version will be listed as Semmle@0 -# By default, version 1 (@1) will be added to pipeline -# This sample contains both, just for sample purposes - -# Usage of System.AccessToken is only required for uploading -# results to CodeQL servers via variable LGTM.UploadSnapshot = true -# If you want to analyze errors on your own or if LGTM.UploadSnapshot = false, -# then passing this environment variable is not required. - -####################################################### -# Highly Discouraged, only for backward compatibility # -####################################################### -# When code is hosted on GitHub and build pipeline is created on ADO then a PAT token can be used in place of AccessToken as part of environment variable -# SYSTEM_ACCESSTOKEN: $(PATToken) -# Where PATToken is name of the variable and value contains the actual PAT token generated by user - - task: ComponentGovernanceComponentDetection@0 inputs: scanType: 'Register'