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

Feature: Proctor can validate SBOM against Go binary #10

Open
joshrosso opened this issue Nov 22, 2022 · 0 comments
Open

Feature: Proctor can validate SBOM against Go binary #10

joshrosso opened this issue Nov 22, 2022 · 0 comments

Comments

@joshrosso
Copy link
Contributor

Proctor is able to be pointed at an SBOM and a go binary. It then is able to validate that the binary does represent the SBOM. If there is a mismatch, it can provide a diff of which dependencies were different than expected.

For example:

proctor check ${SBOM_URL} ${BINARY_PATH}

Along with doing a check, this can act as a diff mechanism that shows the dependency differences between a current binary and an SBOM.

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

No branches or pull requests

1 participant