diff --git a/doozerlib/coverity.py b/doozerlib/coverity.py index 34e362960..edf5ea4c2 100644 --- a/doozerlib/coverity.py +++ b/doozerlib/coverity.py @@ -179,7 +179,7 @@ def parent_repo_injection_info(self) -> (str, str): """ vol_mount_arg += f' -v {lr}:/covscan_local_{idx}_rhel_8:z' else: - make_image_repo_files += 'RUN if cat /etc/redhat-release | grep "release 8"; then curl -k https://cov01.lab.eng.brq2.redhat.com/coverity/install/covscan/covscan-rhel-8.repo --output /etc/yum.repos.d/covscan.repo; fi\n' + make_image_repo_files += 'RUN if cat /etc/redhat-release | grep "release 8"; then curl -k https://copr.devel.redhat.com/coprs/kdudka/covscan/repo/epel-8/kdudka-covscan-epel-8.repo --output /etc/yum.repos.d/covscan.repo; fi\n' return make_image_repo_files, vol_mount_arg