-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 797 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 797 Bytes
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
{
"repos": [
{
"tag": "public",
"url": "https://github.com/fortify/fcli-ci-test-public",
"pat_secret": "GH_PAT",
"runsOn": {
"linux": "ubuntu-latest",
"windows": "windows-latest",
"mac": "macos-latest"
}
},
{
"tag": "private",
"url": "https://github.com/fortify/fcli-ci-test-private",
"pat_secret": "GH_PAT",
"runsOn": {
"linux": "arc-runner-linux",
"windows": "arc-runner-windows",
"mac": "macos-latest"
}
}
],
"supportedOs": ["linux", "windows", "mac"],
"variableNames": [
"FCLI_FT_FOD_URL",
"FCLI_FT_SSC_URL"
],
"secretNames": [
"FCLI_FT_FOD_CLIENT_ID",
"FCLI_FT_FOD_CLIENT_SECRET",
"FCLI_FT_SSC_TOKEN",
"FCLI_FT_SC_SAST_TOKEN"
]
}