Skip to content

Commit f7a60f6

Browse files
committed
add comment about signatures_required
1 parent 058d2f5 commit f7a60f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/automated_ingestion/eessitarball.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ def verify_signatures(self):
198198
else:
199199
return True
200200

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.
201203
verify_script = self.config['signatures']['signature_verification_script']
202204
allowed_signers_file = self.config['signatures']['allowed_signers_file']
203205
if not os.path.exists(verify_script):

0 commit comments

Comments
 (0)