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

Add signature verification to install.sh #2941

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

wagoodman
Copy link
Contributor

This ports the functionality from anchore/grype#1670 to syft. Allowing for signature verification during installation:

$ ./install.sh -v
[info] checking github for the current release tag 
[info] using release tag='v1.5.0' version='1.5.0' os='darwin' arch='arm64' 
[info] signature verification succeeded 
[info] installed ./bin/syft 

Closes #2884

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
@wagoodman wagoodman requested a review from a team June 7, 2024 20:37
@wagoodman wagoodman self-assigned this Jun 7, 2024
@wagoodman wagoodman merged commit c43f4fb into main Jun 10, 2024
11 checks passed
@wagoodman wagoodman deleted the add-install-signing-verification branch June 10, 2024 15:29
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.

install.sh: check checksums file's signature
2 participants