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 e391260Copy full SHA for e391260
charon/config.py
@@ -66,8 +66,10 @@ 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(
71
+ "The quay registry config for oras is not valid, will ignore the registry config!"
72
+ )
73
return True
74
75
def umb_target(self) -> str:
0 commit comments