Implement "drop install"#55
Merged
Merged
Conversation
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@carabiner.dev>
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@carabiner.dev>
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@carabiner.dev>
Member
Author
|
/override |
Contributor
|
@puerco: override applied. Note: warning: cannot verify branch protection settings (the app lacks admin permission). If |
This file contains hidden or 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
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.
This pull request introduces a new release workflow, adds security and lifecycle metadata, updates dependencies, and significantly improves the user experience and flexibility of the
installcommand. The most important changes are grouped below.1. New Release Workflow and Metadata
.github/workflows/continous.yaml) for releases, which automates building, verifying, generating attestations, and archiving artifacts. It includes steps for SBOM, security insights, MFA, organization, branch rules, repository attestations, vulnerability scanning, and policy verification..openeox.jsonandSECURITY-INSIGHTS.ymlfiles to provide project lifecycle, security support, and administrative metadata, improving compliance and transparency. [1] [2]2. Dependency Updates
go.modto add and update several dependencies, notably thecharmbracelet/huhpackage and related UI and terminal libraries, which enable improved interactive CLI features. [1] [2] [3] [4] [5] [6] [7]3. Enhanced Install Command Functionality and UX
installcommand (internal/cmd/install.go):charmbracelet/huhpackage, allowing users to choose between binary and package installs via a prompt when running interactively.--typeflag and quiet mode. [1] [2]4. Improved Progress and Event Notifications
5. Internal Implementation Improvements
These changes collectively provide a more robust, user-friendly, and secure installation process, while also improving project metadata and release automation.