Skip to content

Commit 2f03e09

Browse files
committed
update wazuh vulnerability detector
- removed rh 7 and ubuntu bionic releases - added rh 9 and ubuntu jammy releases
1 parent 3e286d8 commit 2f03e09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/inventory/group_vars/wazuh-manager/wazuh-manager

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@ wazuh_manager_vulnerability_detector:
133133
providers:
134134
- enabled: 'yes'
135135
os:
136-
- 'bionic'
137136
- 'focal'
137+
- 'jammy'
138138
update_interval: '1h'
139139
name: '"canonical"'
140140
- enabled: 'yes'
141141
os:
142-
- '7'
143142
- '8'
143+
- '9'
144144
update_interval: '1h'
145145
name: '"redhat"'
146146
- enabled: 'yes'
147-
update_from_year: '2010'
147+
update_from_year: '2018'
148148
update_interval: '1h'
149149
name: '"nvd"'

0 commit comments

Comments
 (0)