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

Add pipeline to publish scan to federatedcode #1400

Merged
merged 19 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into 23-publish-scan-to-fe…
…deratedcode
keshav-space committed Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 98bc07d03cfa88493f171b4b3c5c86b5c2d34056
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -4,12 +4,35 @@ Changelog
v34.9.0 (unreleased)
--------------------

- Add ability to declared pipeline selected groups in create project REST API endpoint.
https://github.com/aboutcode-org/scancode.io/issues/1426

- Add a new ``list-pipelines`` management command.
https://github.com/aboutcode-org/scancode.io/issues/1397

- Refactor the policies related code to its own module.
https://github.com/aboutcode-org/scancode.io/issues/386

- Add support for project-specific license policies and compliance alerts.
Enhance Project model to handle policies from local settings, project input
"policies.yml" files, or global app settings.
https://github.com/aboutcode-org/scancode.io/issues/386

- Add a new ``PublishToFederatedCode`` pipeline (addon) to push scan result
to FederatedCode.
https://github.com/nexB/scancode.io/pull/1400

- Add new ``project_purl`` field to project model. https://github.com/nexB/scancode.io/pull/1400

v34.8.3 (2024-10-30)
--------------------

- Include the ``aboutcode`` module in the wheel and source distribution.
https://github.com/aboutcode-org/scancode.io/issues/1423

- Update ScanCode-toolkit to v32.3.0
https://github.com/aboutcode-org/scancode.io/issues/1418

v34.8.2 (2024-10-28)
--------------------

You are viewing a condensed version of this merge commit. You can view the full changes here.