File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "projectName" : " PVSC" ,
3+ "areaPath" : " PVSC\\ Security" ,
4+ "iterationPath" : " PVSC" ,
5+ "allTools" : true
6+ }
Original file line number Diff line number Diff line change @@ -59,18 +59,16 @@ jobs:
5959 TypeScriptVersion : ' latest'
6060 continueOnError : true
6161
62- - task : Semmle@0
62+ - task : ESLint@1
6363 inputs :
64- sourceCodeDirectory : ' $(Build.SourcesDirectory)\pythonFiles'
65- language : ' python'
66- querySuite : ' Recommended'
67- timeout : ' 1800'
68- ram : ' 16384'
69- addProjectDirToScanningExclusionList : true
64+ Configuration : ' recommended'
65+ TargetType : ' eslint'
66+ ErrorLevel : ' warn'
67+ continueOnError : true
7068
7169 - task : CredScan@3
70+ continueOnError : true
7271 inputs :
73- outputFormat : ' csv'
7472
7573 - task : UsePythonVersion@0
7674 inputs :
8482 python -m pip install -U pip
8583 python -m pip install bandit
8684 python -m bandit -r "$(Build.SourcesDirectory)\pythonFiles"
85+ continueOnError : true
86+
87+ - task : SdtReport@2
88+ inputs :
89+ GdnExportAllTools : true
90+
91+ - task : PublishSecurityAnalysisLogs@3
92+ inputs :
93+ ArtifactName : ' CodeAnalysisLogs'
94+ ArtifactType : ' Container'
95+ AllTools : true
96+ ToolLogsNotFoundAction : ' Standard'
97+
98+ - task : TSAUpload@2
99+ inputs :
100+ GdnPublishTsaOnboard : true
101+ GdnPublishTsaConfigFile : ' $(Build.SourcesDirectory)\build\ci\TSAOptions.json'
You can’t perform that action at this time.
0 commit comments