feat(redhat): add all OVAL files (#71)

This commit is contained in:
Teppei Fukuda 2021-01-17 17:06:09 +02:00 committed by GitHub
parent 08bab60ece
commit 36b46f6775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,9 +158,6 @@ func (c Config) fetchOvalFilePaths() ([]string, error) {
if len(ss) < 3 {
return nil, xerrors.Errorf("failed to parse PULP_MANIFEST: %w", err)
}
if !strings.Contains(ss[0], "including-unpatched") {
continue
}
ovalFilePaths = append(ovalFilePaths, ss[0])
}