Skip to content

Commit

Permalink
Remove Sigstore signer subclass
Browse files Browse the repository at this point in the history
Given the API change with SigningContext, it does not make sense anymore to create a wrapper class around AnsibleBaseSignatureSigner
  • Loading branch information
mayaCostantini committed Jun 27, 2023
1 parent 7cb1100 commit d3c45ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion src/ansible_sign/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
from ansible_sign.signing import GPGSigner
from ansible_sign.signing import GPGVerifier
from ansible_sign.signing import SigstoreVerifier
from ansible_sign.signing import SigstoreSigner


__author__ = "Rick Elrod"
Expand Down
19 changes: 0 additions & 19 deletions src/ansible_sign/signing/sigstore/signer.py

This file was deleted.

0 comments on commit d3c45ed

Please sign in to comment.