File tree Expand file tree Collapse file tree 3 files changed +52
-1
lines changed Expand file tree Collapse file tree 3 files changed +52
-1
lines changed Original file line number Diff line number Diff line change 1919 uses : ./.github/workflows/lint.yml
2020
2121 test :
22- uses : ./.github/workflows/test.yml
22+ uses : ./.github/workflows/test.yml
Original file line number Diff line number Diff line change 1+ trigger :
2+ branches :
3+ include :
4+ - main
5+
6+ pr : none
7+
8+ resources :
9+ repositories :
10+ - repository : codeql
11+ type : github
12+ name : UiPath/AzurePipelinesTemplates
13+ ref : refs/tags/uipath.security.codeql.1.9.5
14+ endpoint : UiPath
15+ - repository : fossa
16+ type : github
17+ name : UiPath/AzurePipelinesTemplates
18+ ref : refs/tags/uipath.security.fossa.3.0.13
19+ endpoint : UiPath
20+
21+ variables :
22+ - template : ./variables.yml
23+
24+ stages :
25+ - stage : FOSSA
26+ dependsOn : []
27+ jobs :
28+ - job : FOSSA
29+ steps :
30+ - template : Security/fossa.steps.yml@fossa
31+ parameters :
32+ OS : linux
33+ azureSubscription : $(azureInternalProductionEaConnectionName)
34+ FOSSAFlags : ' --project "Agent Hub" --branch "$(Build.SourceBranch)" --revision "$(Build.SourceVersion)-$(Build.BuildId)"'
35+ FOSSATestFlags : ' --project "Agent Hub" --revision "$(Build.SourceVersion)-$(Build.BuildId)"'
36+ ${{ if contains(variables['Build.SourceBranch'], 'main') }} :
37+ publishSecurityReports : true
38+
39+
40+ - stage : CODEQL
41+ dependsOn : []
42+ jobs :
43+ - job : CODEQL
44+ steps :
45+ - template : Security/codeql.interpreted.steps.yml@codeql
46+ parameters :
47+ os : ' linux64'
48+ language : ' python'
49+ azureSubscription : $(azureInternalProductionEaConnectionName)
Original file line number Diff line number Diff line change 1+ variables :
2+ azureInternalProductionEaConnectionName : Internal-Production-EA
You can’t perform that action at this time.
0 commit comments