Skip to content
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

refactor: Create SigningDriver and CiDriver #197

Merged
merged 91 commits into from
Aug 13, 2024
Merged

refactor: Create SigningDriver and CiDriver #197

merged 91 commits into from
Aug 13, 2024

Conversation

gmpinder
Copy link
Member

@gmpinder gmpinder commented Jul 5, 2024

This adds the driver for handling signing. It will make use of cosign if available and fall back to running the cosign container in docker or podman.

@fiftydinar
Copy link
Contributor

Is this going to pair well with bash signing module, or that module can be even ditched for this one in cli?

@gmpinder
Copy link
Member Author

gmpinder commented Jul 6, 2024

Is this going to pair well with bash signing module, or that module can be even ditched for this one in cli?

This is mostly just for performing all the various cosign operations during build/init to make things easier if a user doesn't have cosign installed. It's more of a refactor than anything

@gmpinder gmpinder changed the title feat: Create SigningDriver refactor: Create SigningDriver Jul 6, 2024
gmpinder added 3 commits July 14, 2024 20:55
Creating a CI Driver that allows us to separate out logic for the
various CI systems. This will allow easier extensibility when adding
more implementations later.
@gmpinder gmpinder changed the title refactor: Create SigningDriver refactor: Create SigningDriver and CiDriver Jul 15, 2024
@gmpinder gmpinder marked this pull request as ready for review August 10, 2024 23:18
@gmpinder gmpinder changed the base branch from main to 34-feat-finish-init-command August 11, 2024 14:39
@gmpinder gmpinder changed the base branch from 34-feat-finish-init-command to main August 11, 2024 14:39
@gmpinder gmpinder merged commit 8ce83ba into main Aug 13, 2024
5 of 10 checks passed
@gmpinder gmpinder deleted the signing-driver branch August 13, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants