-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix duplicate OVAL ids (gpgkey package, GDM login) #11377
Conversation
These rules share same IDs in their OVAL sub-components. If they ever meet in a single DS, conflict is imminent.
This datastream diff is auto generated by the check Click here to see the full diffOVAL for rule 'xccdf_org.ssgproject.content_rule_ensure_redhat_gpgkey_installed' differs.
--- oval:ssg-ensure_redhat_gpgkey_installed:def:1
+++ oval:ssg-ensure_redhat_gpgkey_installed:def:1
@@ -2,9 +2,9 @@
criteria AND
criteria OR
extend_definition oval:ssg-installed_OS_is_rhel8:def:1
-criterion oval:ssg-test_package_gpgkey-fd431d51-4ae0493b_installed:tst:1
+criterion oval:ssg-test_redhat_package_gpgkey-fd431d51-4ae0493b_installed:tst:1
criteria OR
-criterion oval:ssg-test_package_gpgkey-d4082792-5b32db75_installed:tst:1
+criterion oval:ssg-test_redhat_package_gpgkey-d4082792-5b32db75_installed:tst:1
criteria AND
extend_definition oval:ssg-installed_OS_is_centos8:def:1
-criterion oval:ssg-test_package_gpgkey-8483c65d-5ccc5b19_installed:tst:1
+criterion oval:ssg-test_redhat_package_gpgkey-8483c65d-5ccc5b19_installed:tst:1 |
Code Climate has analyzed commit 7587a45 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 58.5% (0.0% change). View more on Code Climate. |
By the look of it test results are bogus. Changes should not affect Bash or Ansible code. |
/packit retest-failed |
Agreed. After checking master the test results for I have created #11380 to track the issue with the Ansible tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks.
Description:
Rationale:
prodtype
. As we are going to get rid of it we shall get prepared.Review Hints:
gnome_gdm_disable_unattended_automatic_login
rule is in conflicts withgnome_gdm_disable_automatic_login
.