We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run cat before_parlay.json | ./parlay ecosystems enrich -
cat before_parlay.json | ./parlay ecosystems enrich -
on:
{ "bomFormat": "CycloneDX", "specVersion": "1.3", "serialNumber": "1", "version": 1, "metadata": { "timestamp": "1496244605" }, "component": { "name": "api", "type": "application" }, "components": [ { "type": "library", "name": "musl", "version": "1.2.3-r3", "purl": "pkg:apk/alpine/musl@1.2.3-r3?arch=x86_64" } ] }
and the result is not enriched. Here is the ecosyste.ms link
The text was updated successfully, but these errors were encountered:
I think this fix may apply here, related to a bug in mapping the alpine purls to the backend data.
Sorry, something went wrong.
This commit should fix this issue #40
Closing this since a fix for apk was merged and released some time ago. If the issue still persists, please let us know and we can re-open this.
Successfully merging a pull request may close this issue.
I run
cat before_parlay.json | ./parlay ecosystems enrich -
on:
and the result is not enriched.
Here is the ecosyste.ms link
The text was updated successfully, but these errors were encountered: