In this PR, remaining word blacklist are removed from source code. allow_build is updated to not allow rebuild if rule names passed as parameter to allow_build and configured rule names do not match. For example, handler_build_whitelist is configured as below
In this PR, remaining word
blacklistare removed from source code.allow_buildis updated to not allow rebuild if rule names passed as parameter toallow_buildand configured rule names do not match. For example,handler_build_whitelistis configured as belowand if calling
if self.allow_build(ArtifactType.IMAGE, advisory_name='RHSA-0001'),Falseshould be returned.This PR should fix #107 in a way.