This should allow us to configure whitelist like this to rebuild unpublished e2e containers as result of RHBA advisory:
HANDLER_BUILD_WHITELIST = { 'global': { 'image': [ { 'advisory_name': 'RHBA-*', 'advisory_product_short_name': 'e2e-product', 'published': False, }, ... ] } }
+1
Pull-Request has been merged by jkaluza
This should allow us to configure whitelist like this to rebuild unpublished e2e containers as result of RHBA advisory: