We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75740e5 commit 316a7bcCopy full SHA for 316a7bc
charon/config.py
@@ -66,8 +66,8 @@ def validate(self) -> bool:
66
if self.__quay_radas_registry_config and not os.access(
67
self.__quay_radas_registry_config, os.R_OK
68
):
69
- logger.error("The quay registry config for oras is not valid!")
70
- return False
+ self.__quay_radas_registry_config = None
+ logger.warning("The quay registry config for oras is not valid, will ignore the registry config!")
71
return True
72
73
def umb_target(self) -> str:
0 commit comments