-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathsanitize-run.json
More file actions
82 lines (82 loc) · 2.01 KB
/
Copy pathsanitize-run.json
File metadata and controls
82 lines (82 loc) · 2.01 KB
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
72
73
74
75
76
77
78
79
80
81
82
{
"mode": "APPLY",
"totalReplacements": {
"bearer-token": 5,
"jwt-like": 2,
"google-api-key": 4
},
"modifiedFiles": [
{
"path": "automation/1756_Code_HTTP_Automation_Webhook.json",
"categoriesReplaced": {
"bearer-token": 1
}
},
{
"path": "automation/1862_Code_Respondtowebhook_Automation_Webhook.json",
"categoriesReplaced": {
"jwt-like": 1
}
},
{
"path": "automation/1895_Gitlab_Code_Automation_Webhook.json",
"categoriesReplaced": {
"bearer-token": 1
}
},
{
"path": "automation/1964_HTTP_Aggregate_Automation_Webhook.json",
"categoriesReplaced": {
"bearer-token": 1
}
},
{
"path": "automation/1986_Stickynote_Jira_Create_Webhook.json",
"categoriesReplaced": {
"jwt-like": 1
}
},
{
"path": "workflows/ai-agents/0156_HTTP_Awsrekognition_Automation_Webhook.json",
"categoriesReplaced": {
"google-api-key": 1
}
},
{
"path": "workflows/ai-agents/0742_Telegram_Splitout_Create_Webhook.json",
"categoriesReplaced": {
"google-api-key": 1
}
},
{
"path": "workflows/ai-agents/0858_Wait_Schedule_Update_Scheduled.json",
"categoriesReplaced": {
"bearer-token": 1
}
},
{
"path": "workflows/ai-agents/0863_Code_Schedule_Import_Webhook.json",
"categoriesReplaced": {
"bearer-token": 1
}
},
{
"path": "workflows/ai-agents/data-integration/1401-collect-and-label-images-and-send-to-google-sheets/workflow.json",
"categoriesReplaced": {
"google-api-key": 1
}
},
{
"path": "workflows/data-integration/1401-collect-and-label-images-and-send-to-google-sheets/workflow.json",
"categoriesReplaced": {
"google-api-key": 1
}
}
],
"skippedFiles": [
{
"path": "workflows/ai-agents/0924_Code_Respondtowebhook_Process_Webhook.json",
"skippedReason": "no matches"
}
]
}