-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsdle.yaml
71 lines (71 loc) · 2.01 KB
/
sdle.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# The following represents a list of the projects to process, the Jenkins pipeline will execute
# each independently in an isolated workspace and in parallel.
#
# The following attributes are required for each project:
# sdle_project_id : the id of project in sdle
# owner: the account owner of the GitHub repository
# repo: the name of the GitHub repository
# branch: the name of the branch within the repo that contains the workflow artifact to download
# artifacts: a comma-delimited string of artifact names to download
# folders: a comma-delimited string of folder names that the respective artifact should be downloaded to
#
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: rps
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: ui-toolkit
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: mps
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: sample-web-ui
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: mps-router
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: ui-toolkit-angular
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: ui-toolkit-react
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: rpc-go
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: wsman-messages
branch: main
artifacts: report
folders: artifacts/CodeQL
- sdle_project_id: 20340
owner: open-amt-cloud-toolkit
repo: go-wsman-messages
branch: main
artifacts: report
folders: artifacts/CodeQL