代码拉取完成,页面将自动刷新
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
# See more on PIP component governance here:
# https://github.com/microsoft/component-detection/blob/main/docs/detectors/pip.md
trigger:
- master
pool:
name: 'AI4GLPool-win2022'
variables:
# Enable PIP Component Governance (requirements.txt)
PipReportOverrideBehavior: 'SourceCodeScan'
steps:
- task: VulnerabilityAssessment@0
- task: CredScan@3
inputs:
verboseOutput: true
- task: PoliCheck@2
inputs:
targetType: 'F'
targetArgument: '$(Build.SourcesDirectory)'
result: 'PoliCheck.xml'
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
addToPath: true
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
useDefaultDetectors: true
verbosity: 'Verbose'
alertWarningLevel: 'High'
- task: PublishSecurityAnalysisLogs@3
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'
AllTools: true
ToolLogsNotFoundAction: 'Standard'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。