mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Download and verify cosign signatures
This commit is contained in:
parent
f6562ae59c
commit
7002ab85a0
1 changed files with 4 additions and 0 deletions
|
@ -52,3 +52,7 @@ class LocalSignatureNotFound(SignatureError):
|
||||||
|
|
||||||
class CosignNotInstalledError(SignatureError):
|
class CosignNotInstalledError(SignatureError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class InvalidLogIndex(SignatureError):
|
||||||
|
pass
|
||||||
|
|
Loading…
Reference in a new issue