Shiksha API: Durable Functions Rectified Blob Index Error and Subtopi… #161
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| trigger: | ||
|
Check failure on line 1 in .github/workflows/azure-pipelines.yml
|
||
| - 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 | ||
| 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' | ||