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

fix: use unique sbom identifier for the uri field #1437

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

dejanb
Copy link
Contributor

@dejanb dejanb commented Oct 25, 2023

Description of the PR

HasSBOM has a uri field that is currently set to the source information. Both SPDX and CyclonDX provide an unique uri that can be used to identify the SBOM document. By storing this information in HasSBOM we are making it easier for folks to find "sbom-uri"->"top-level-package" relation.

PR Checklist

  • All commits have a Developer Certificate of Origin (DCO) -- they are generated using -s flag to git commit.
  • All new changes are covered by tests
  • If GraphQL schema is changed, make generate has been run
  • If collectsub protobuf has been changed, make proto has been run
  • All CI checks are passing (tests and formatting)
  • All dependent PRs have already been merged

Signed-off-by: Dejan Bosanac <dbosanac@redhat.com>
Signed-off-by: Dejan Bosanac <dbosanac@redhat.com>
@pxp928
Copy link
Collaborator

pxp928 commented Oct 25, 2023

e2e flakiness will be fixed once: #1367 merges. Will rerun the test for now

@kodiakhq kodiakhq bot merged commit 478e62e into guacsec:main Oct 28, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants