Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohualibin authored Mar 30, 2022
1 parent 868ca22 commit 43f7006
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 43f7006

Please sign in to comment.