File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ extends:
39
39
image : 1es-windows-2022
40
40
os : windows
41
41
sdl :
42
+ codeql :
43
+ excludePathPatterns : ' /deps'
42
44
codeSignValidation :
43
45
enabled : true
44
46
break : true
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ extends:
41
41
compiled :
42
42
enabled : true # still only runs for default branch
43
43
runSourceLanguagesInSourceAnalysis : true
44
+ excludePathPatterns : ' /deps'
44
45
settings :
45
46
skipBuildTagsForGitHubPullRequests : ${{ variables['System.PullRequest.IsFork'] }}
46
47
stages :
Original file line number Diff line number Diff line change 16
16
pip install pip-audit
17
17
pip-audit -r requirements.txt
18
18
displayName : ' Run vulnerability scan'
19
+ condition : ne(variables['pythonVersion'], '3.7')
19
20
- task : CopyFiles@2
20
21
inputs :
21
22
contents : |
Original file line number Diff line number Diff line change 16
16
pip install pip-audit
17
17
pip-audit -r requirements.txt
18
18
displayName : ' Run vulnerability scan'
19
+ condition : ne(variables['pythonVersion'], '3.7')
19
20
- task : CopyFiles@2
20
21
inputs :
21
22
contents : |
Original file line number Diff line number Diff line change 16
16
pip install pip-audit
17
17
pip-audit -r requirements.txt
18
18
displayName : ' Run vulnerability scan'
19
+ condition : ne(variables['pythonVersion'], '3.7')
19
20
- task : CopyFiles@2
20
21
inputs :
21
22
contents : |
You can’t perform that action at this time.
0 commit comments