-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fixes #37567 - Remove OVAL related permissions from DB #573
Fixes #37567 - Remove OVAL related permissions from DB #573
Conversation
31e8e45
to
ebe2eac
Compare
While you're at it, could you also purge the leftover "Run OVAL scans" job template? |
The template itself was removed in dbcc884#diff-d2ebe35d256df63ef93a7062c78a5194f44c04e45f5bb55be70804530f1e2efe. I've added here removal of the REX feature that used the template: https://github.com/theforeman/foreman_openscap/pull/573/files#diff-a7788fa0965fa49767991277a92525fc9cc6aa277213e848b5c805d1de7cd0dbR8 |
But if it was seeded in the meantime, it will stick around, no? |
ebe2eac
to
df27497
Compare
Yes, you're right. Sorry, I kinda read it in a different way than you meant, fixed now. |
b02512a
to
c588f64
Compare
c588f64
to
92e2af4
Compare
05923df
to
eec42af
Compare
eec42af
to
a8cc7bc
Compare
Thanks, @adamruzicka, should be fixed now. |
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
Thank you @ofedoren ! |
@adamruzicka, could you please take a look?