-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: refactor CI/CD config to support library #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 2380206377
💛 - Coveralls |
mikhailswift
pushed a commit
that referenced
this pull request
Feb 12, 2024
Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
mikhailswift
pushed a commit
that referenced
this pull request
Feb 12, 2024
Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
ChaosInTheCRD
added a commit
that referenced
this pull request
Feb 15, 2024
* first pass for implementing kms support Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * saving progress on hashtype flag for kms signer Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * saving kms progress for verifier Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * updating go mod Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * saving progrsss Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * review of AWS KMS signer and adding scrappy implementation of GCP Signer - needs cleanup and testing Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * adding tests and some other changes Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * fixing license headers Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * fixing header Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * small refactor Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * adding hashicorp vault kms signer Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * small fixes Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * adding unfinished fake kms client Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * completing fake client for gcp Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * adding signer test for gcp Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * fixing local verification and adding support for PKCS #1 v1.5 Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * the nested module isn't needed here Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * adding implementation for kms provider options Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * removing hashivault kms for now (not finished) Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * Resolve linter errors Signed-off-by: John Kjell <john@testifysec.com> * Remove unused function Signed-off-by: John Kjell <john@testifysec.com> * added all the obvious options for aws and gcp kms Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * fixing some linting errors Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * some refactors made in the quest of folding out a bug Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * making final changes for PR Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * added public key to parse function Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> * removing them again haha Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> --------- Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk> Signed-off-by: John Kjell <john@testifysec.com> Co-authored-by: John Kjell <john@testifysec.com>
kriscoleman
referenced
this pull request
in testifysec/judge-go-witness
Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.