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

Include Package URL of detected packages as external ref #271

Open
sbs2001 opened this issue Sep 11, 2022 · 2 comments
Open

Include Package URL of detected packages as external ref #271

sbs2001 opened this issue Sep 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sbs2001
Copy link
Contributor

sbs2001 commented Sep 11, 2022

Syft and k8's bom include purl as external ref.

These look like:

 "packages": [
  {
......
   "name": "ariga.io/atlas",
   "externalRefs": [
    {
     "referenceCategory": "PACKAGE_MANAGER",
     "referenceLocator": "pkg:golang/ariga.io/[email protected]",
     "referenceType": "purl"
    }
   ],
......
  },

Finding purl from the current output is tricky/impossible for further tools since the ecosystem info gets lost with current approach of only providing name and version .

@sbs2001 sbs2001 added the enhancement New feature or request label Sep 11, 2022
@nishakm
Copy link
Collaborator

nishakm commented Sep 13, 2022

@sbs2001 Is adding purl externalRefs the enhancement you are asking for?

@sbs2001
Copy link
Contributor Author

sbs2001 commented Sep 13, 2022

@nishakm yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants