We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fceef2 commit 98a5c02Copy full SHA for 98a5c02
1 file changed
pulp_container/app/models.py
@@ -698,7 +698,7 @@ def validate(self):
698
manifest_file.name, env_vars={"REFERENCE": "test", "SIG_PATH": sig_path}
699
)
700
701
- gpg_verify(self.public_key, signed["signature_path"])
+ gpg_verify(self.public_key, signed["signature_path"], detached_data=manifest_file.name)
702
703
704
class ContainerRepository(
0 commit comments