We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb895a + 1e1ac2e commit df2da60Copy full SHA for df2da60
1 file changed
charon/pkgs/radas_sign.py
@@ -395,6 +395,7 @@ def sign_in_radas(repo_url: str,
395
"exclude": exclude
396
}
397
398
+ logger.info("Start sending signing message with id: %s", request_id)
399
sender = RadasSender(json.dumps(payload), radas_config)
400
container = Container(sender)
401
container.run()
0 commit comments