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 058d2f5 commit f7a60f6Copy full SHA for f7a60f6
scripts/automated_ingestion/eessitarball.py
@@ -198,6 +198,8 @@ def verify_signatures(self):
198
else:
199
return True
200
201
+ # If signatures are provided, we should always verify them, regardless of the signatures_required.
202
+ # In order to do so, we need the verification script and an allowed signers file.
203
verify_script = self.config['signatures']['signature_verification_script']
204
allowed_signers_file = self.config['signatures']['allowed_signers_file']
205
if not os.path.exists(verify_script):
0 commit comments