Skip to content

Speed up the creation of source code bundles #5081

@sschuberth

Description

@sschuberth

Currently, source code bundles are created by (re-)compressing scanned files that probably have been compressed before (e.g. as source artifacts). In the case of source artifacts we could consider to take them as-is and just put them into a wrapping archive with "store" compression / a tarball to speed things up.

A different approach (that could be combined with the one above) would be to cache / store source code bundles in a similar way like we already store scan results, and reuse them. However, a naive implementation would only gain something if none of the contained dependencies changed, which is rather unlikely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    downloaderAbout the downloader tool

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions