File tree Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 2323 secrets :
2424 UIPATH_URL : ${{ secrets.UIPATH_URL }}
2525 UIPATH_CLIENT_ID : ${{ secrets.UIPATH_CLIENT_ID }}
26- UIPATH_CLIENT_SECRET : ${{ secrets.UIPATH_CLIENT_SECRET }}
26+ UIPATH_CLIENT_SECRET : ${{ secrets.UIPATH_CLIENT_SECRET }}
Original file line number Diff line number Diff line change 1+ trigger :
2+ branches :
3+ include :
4+ - main
5+
6+ resources :
7+ repositories :
8+ - repository : codeql
9+ type : github
10+ name : UiPath/AzurePipelinesTemplates
11+ ref : refs/tags/uipath.security.codeql.1.9.5
12+ endpoint : UiPath
13+ - repository : fossa
14+ type : github
15+ name : UiPath/AzurePipelinesTemplates
16+ ref : refs/tags/uipath.security.fossa.3.0.13
17+ endpoint : UiPath
18+
19+ variables :
20+ - template : ./variables.yml
21+
22+ stages :
23+ - stage : FOSSA
24+ dependsOn : []
25+ jobs :
26+ - job : FOSSA
27+ steps :
28+ - template : Security/fossa.steps.yml@fossa
29+ parameters :
30+ OS : linux
31+ azureSubscription : $(azureInternalProductionEaConnectionName)
32+ FOSSAFlags : ' --project "uipath-langchain-python" --branch "$(Build.SourceBranch)" --revision "$(Build.SourceVersion)-$(Build.BuildId)"'
33+ FOSSATestFlags : ' --project "uipath-langchain-python" --revision "$(Build.SourceVersion)-$(Build.BuildId)"'
34+ ${{ if contains(variables['Build.SourceBranch'], 'main') }} :
35+ publishSecurityReports : true
36+
37+
38+ - stage : CODEQL
39+ dependsOn : []
40+ jobs :
41+ - job : CODEQL
42+ steps :
43+ - template : Security/codeql.interpreted.steps.yml@codeql
44+ parameters :
45+ os : ' linux64'
46+ language : ' python'
47+ 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