Skip to content

Commit

Permalink
Merge pull request #964 from wazuh/963-deprecate-update_from_year-to-…
Browse files Browse the repository at this point in the history
…use-nvd-api-20-feeds

Delete update_from_year parameter
  • Loading branch information
vcerenu authored Jul 26, 2023
2 parents b1e3ef7 + 272dbe5 commit 82e21c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions roles/wazuh/ansible-wazuh-manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,9 @@ wazuh_manager_vulnerability_detector:
update_interval: '1h'
name: '"debian"'
- enabled: 'no'
update_from_year: '2010'
update_interval: '1h'
name: '"redhat"'
- enabled: 'no'
update_from_year: '2010'
update_interval: '1h'
name: '"nvd"'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@
<os>{{ os_ }}</os>
{% endfor %}
{% endif %}
{% if provider_.update_from_year is defined %}
<update_from_year>{{ provider_.update_from_year }}</update_from_year>
{% endif %}
{% if provider_.update_interval is defined %}
<update_interval>{{ provider_.update_interval }}</update_interval>
{% endif %}
Expand Down

0 comments on commit 82e21c5

Please sign in to comment.