File tree Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Expand file tree Collapse file tree 2 files changed +29
-8
lines changed 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:
59
59
TypeScriptVersion : ' latest'
60
60
continueOnError : true
61
61
62
- - task : Semmle@0
62
+ - task : ESLint@1
63
63
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
70
68
71
69
- task : CredScan@3
70
+ continueOnError : true
72
71
inputs :
73
- outputFormat : ' csv'
74
72
75
73
- task : UsePythonVersion@0
76
74
inputs :
84
82
python -m pip install -U pip
85
83
python -m pip install bandit
86
84
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