Skip to content

Commit

Permalink
fix(#3282): Fix validate feed xml cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Gonzalez committed Sep 15, 2022
1 parent fc76c60 commit c8ca3f1
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
configuration_parameters:
metadata:
provider_name: Red Hat Enterprise Linux 5
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/com.redhat.rhsa-RHEL5.xml.bz2
extension: bz2
decompressed_file: /tmp/rhel5.xml
Expand All @@ -14,7 +14,7 @@
configuration_parameters:
metadata:
provider_name: Red Hat Enterprise Linux 6
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/rhel-6-including-unpatched.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/rhel6.xml
Expand All @@ -25,7 +25,7 @@
configuration_parameters:
metadata:
provider_name: Red Hat Enterprise Linux 7
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/rhel-7-including-unpatched.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/rhel7.xml
Expand All @@ -36,7 +36,7 @@
configuration_parameters:
metadata:
provider_name: Red Hat Enterprise Linux 8
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/rhel-8-including-unpatched.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/rhel8.xml
Expand All @@ -47,7 +47,7 @@
configuration_parameters:
metadata:
provider_name: Ubuntu Jammy
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/com.ubuntu.jammy.cve.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/jammy.xml
Expand All @@ -58,7 +58,7 @@
configuration_parameters:
metadata:
provider_name: Ubuntu Focal
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/com.ubuntu.focal.cve.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/focal.xml
Expand All @@ -69,7 +69,7 @@
configuration_parameters:
metadata:
provider_name: Ubuntu Bionic
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/com.ubuntu.bionic.cve.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/bionic.xml
Expand All @@ -80,7 +80,7 @@
configuration_parameters:
metadata:
provider_name: Ubuntu Xenial
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/com.ubuntu.xenial.cve.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/xenial.xml
Expand All @@ -91,7 +91,7 @@
configuration_parameters:
metadata:
provider_name: Ubuntu Trusty
expected_format: application/x-bzip
expected_format: application/x-bzip2
path: /tmp/com.ubuntu.trusty.cve.oval.xml.bz2
extension: bz2
decompressed_file: /tmp/trusty.xml
Expand Down

0 comments on commit c8ca3f1

Please sign in to comment.