Skip to content

Commit

Permalink
style(#4275): fix quoted errors in YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
lsayanes authored and MarcelKemp committed Jul 20, 2023
1 parent 29fb4ce commit 918ac65
Showing 1 changed file with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
- name: 'Red Hat Enterprise Linux'
description: 'JSON Red Hat Enterprise Linux provider'
- name: Red Hat Enterprise Linux
description: JSON Red Hat Enterprise Linux provider
configuration_parameters:
metadata:
provider_name: 'JSON Red Hat Enterprise Linux'
expected_format: 'json'
path: '/tmp/cve.json'
extension: 'json'
url: 'https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01'
provider_name: JSON Red Hat Enterprise Linux
expected_format: json
path: /tmp/cve.json
extension: json
url: https://access.redhat.com/labs/securitydataapi/cve.json?after=1999-01-01

- name: 'Debian'
description: 'JSON Red Hat Enterprise Linux provider'
- name: Debian
description: JSON Red Hat Enterprise Linux provider
configuration_parameters:
metadata:
provider_name: 'JSON Red Hat Enterprise Linux'
expected_format: 'json'
path: '/tmp/debian-security-tracker.json'
extension: 'json'
url: 'https://security-tracker.debian.org/tracker/data/json'
provider_name: JSON Red Hat Enterprise Linux
expected_format: json
path: /tmp/debian-security-tracker.json
extension: json
url: https://security-tracker.debian.org/tracker/data/json

- name: 'Arch Linux'
description: 'JSON Red Hat Enterprise Linux provider'
- name: Arch Linux
description: JSON Red Hat Enterprise Linux provider
configuration_parameters:
metadata:
provider_name: 'Arch Linux'
expected_format: 'json'
path: '/tmp/all.json'
extension: 'json'
url: 'https://security.archlinux.org/all.json'
provider_name: Arch Linux
expected_format: json
path: /tmp/all.json
extension: json
url: https://security.archlinux.org/all.json

- name: 'Amazon Linux'
description: 'JSON Amazon Linux provider'
- name: Amazon Linux
description: JSON Amazon Linux provider
configuration_parameters:
metadata:
provider_name: 'Amazon Linux 1'
expected_format: 'application/gzip'
path: '/tmp/alas.json.gz'
extension: 'gz'
decompressed_file: '/tmp/alas.json'
url: 'https://feed.wazuh.com/vulnerability-detector/ALAS/1/alas.json.gz'
provider_name: Amazon Linux 1
expected_format: application/gzip
path: /tmp/alas.json.gz
extension: gz
decompressed_file: /tmp/alas.json
url: https://feed.wazuh.com/vulnerability-detector/ALAS/1/alas.json.gz

- name: 'MSU'
description: 'Microsoft Security Update provider'
- name: MSU
description: Microsoft Security Update provider
configuration_parameters:
metadata:
provider_name: 'Microsoft Security Update'
expected_format: 'application/gzip'
path: '/tmp/msu-updates.json.gz'
extension: 'gz'
decompressed_file: '/tmp/msu-updates.json'
url: 'https://feed.wazuh.com/vulnerability-detector/windows/msu-updates.json.gz'
provider_name: Microsoft Security Update
expected_format: application/gzip
path: /tmp/msu-updates.json.gz
extension: gz
decompressed_file: /tmp/msu-updates.json
url: https://feed.wazuh.com/vulnerability-detector/windows/msu-updates.json.gz

- name: 'NVD'
description: 'National Vulnerability Database provider'
- name: NVD
description: National Vulnerability Database provider
configuration_parameters:
metadata:
provider_name: 'National Vulnerability Database'
expected_format: 'application/gzip'
path: '/tmp/complete_nvd_feed.json.gz'
extension: 'gz'
decompressed_file: '/tmp/complete_nvd_feed.json'
url: 'https://feed.wazuh.com/vulnerability-detector/NVD/generated-feeds/complete_nvd_feed.json.gz'
provider_name: National Vulnerability Database
expected_format: application/gzip
path: /tmp/complete_nvd_feed.json.gz
extension: gz
decompressed_file: /tmp/complete_nvd_feed.json
url: https://feed.wazuh.com/vulnerability-detector/NVD/generated-feeds/complete_nvd_feed.json.gz

0 comments on commit 918ac65

Please sign in to comment.