-
Notifications
You must be signed in to change notification settings - Fork 574
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(spdx): include required fields #2168
Merged
spiffcs
merged 7 commits into
anchore:main
from
kzantow-anchore:fix/root-element-spdx-2-2
Apr 30, 2024
Merged
fix(spdx): include required fields #2168
spiffcs
merged 7 commits into
anchore:main
from
kzantow-anchore:fix/root-element-spdx-2-2
Apr 30, 2024
Conversation
This file contains 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
Signed-off-by: Keith Zantow <kzantow@gmail.com>
spiffcs
previously approved these changes
Sep 26, 2023
Approved - waiting on spdx/tools-golang#223 to merge |
wagoodman
dismissed
spiffcs’s stale review
February 2, 2024 19:06
too much time has passed and there could be large rebases needed
Signed-off-by: Keith Zantow <kzantow@gmail.com>
Signed-off-by: Keith Zantow <kzantow@gmail.com>
Signed-off-by: Keith Zantow <kzantow@gmail.com>
spiffcs
approved these changes
Apr 30, 2024
spiffcs
added a commit
to camcui/syft
that referenced
this pull request
May 1, 2024
* main: chore(deps): bump github.com/docker/docker (anchore#2827) fix(spdx): include required fields (anchore#2168) fix: add correct vendor for dnsmasq CPE (anchore#2659) fix: close temp rpmdb file (anchore#2792) chore(deps): bump github/codeql-action from 3.25.2 to 3.25.3 (anchore#2817) Fill in SPDX originator for all supported package types (anchore#2822) chore(deps): bump anchore/sbom-action from 0.15.10 to 0.15.11 (anchore#2821) update spdx license list to 3.23 (anchore#2818)
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 PR includes some fields required in SPDX 2.2.
NOTE: one of the fixes is dependent on getting this upstream PR in: spdx/tools-golang#223
Fixes: #2163