[skip ci]
This commit is contained in:
Andre Manoel 2021-11-23 11:23:11 -03:00
Родитель cf9d22f748
Коммит 02930a42ca
1 изменённых файлов: 39 добавлений и 0 удалений

39
azure-pipelines.yml Normal file
Просмотреть файл

@ -0,0 +1,39 @@
trigger:
- main
pool:
vmImage: 'windows-latest'
steps:
- task: CredScan@2
inputs:
toolMajorVersion: 'V2'
- task: ESLint@1
inputs:
Configuration: 'recommended'
TargetType: 'eslint'
ErrorLevel: 'warn'
- task: Semmle@1
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceCodeDirectory: '$(Build.SourcesDirectory)'
language: 'python'
querySuite: 'Recommended'
timeout: '1800'
ram: '16384'
addProjectDirToScanningExclusionList: true
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- task: PublishSecurityAnalysisLogs@2
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'
AllTools: true
ToolLogsNotFoundAction: 'Standard'