-
Notifications
You must be signed in to change notification settings - Fork 599
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
Don't replace : with - in docker SPDX namespaces #1111
Labels
bug
Something isn't working
Comments
kzantow
added
bug
Something isn't working
and removed
enhancement
New feature or request
labels
Nov 17, 2022
For document name, we should not be "cleaning" the name -- it is a raw string. Check the following functions, it looks like we should NOT be calling |
spiffcs
moved this from Backlog (Pulled Forward for Priority)
to In Progress (Actively Resolving)
in OSS
Nov 17, 2022
Merged
Repository owner
moved this from In Progress (Actively Resolving)
to Done
in OSS
Nov 18, 2022
This was referenced Nov 19, 2022
This was referenced Nov 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
In #649, https://github.com/anchore/syft/blob/main/internal/formats/common/spdxhelpers/document_name.go#L26 was introduced which replaces
:
with-
in namespaces. This impacts the output name of docker SPDX.Ideally these docker names like
IMAGE[:TAG|@DIGEST]
would be the same as outputted by syft.Why is this needed:
We are having to manually parse this on ingestion time, back to : so we can correlate docker images with their syft scans.
The text was updated successfully, but these errors were encountered: