-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.yaml
61 lines (61 loc) · 1.38 KB
/
config.sample.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
feeds:
- name: PS5Updates
module: psupdates
options:
title: PS5 Updates
hardware: ps5
- name: PS4Updates
module: psupdates
options:
hardware: ps4
- name: Bugcrowd_All
module: bugcrowd
options:
title: Bugcrowd All
disclosures: true
accepted: true
- name: Bugcrowd_Disclosures
module: bugcrowd
options:
title: Bugcrowd Disclosures
disclosures: true
accepted: false
- name: Bugcrowd_Accepted
module: bugcrowd
options:
title: Bugcrowd Accepted
disclosures: false
accepted: true
- name: Hackerone_All
module: hackerone
options:
title: HackerOne Activity
filename: H1_All
disclosed_only: false
reports_count: 100
- name: Hackerone_Disclosures
module: hackerone
options:
title: HackerOne Disclosures
filename: H1_Disclosures
disclosed_only: true
reports_count: 100
- name: HackerOne_Launch
module: hackeronePrograms
options:
title: HackerOne Programs Launch
filename: H1_Launch
results_count: 100
- name: Lego_ComingSoon
module: lego
options:
title: Lego Coming Soon
category: coming-soon
- name: Lego_New
module: lego
options:
title: Lego New
category: new
private: true # Skips adding the feed to the index.html index
output_path: ./out
build_index: true