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 AlpinePackages pipeline #272

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 2, 2021

  1. Add AlpinePackages pipeline

    A pipeline that complements missing package data. Downloads aports
    repository and all its necessary branches (alpine versions) then
    iterates over all alpine packages associated with the pipeline's
    project. For each package it copies additional files from the aports
    repository into scan target directory then downloads and extract all
    the source archives, performs a scan and saves it's output to package's
    database entry.
    
    Signed-off-by: Mateusz Perc <m.perc@samsung.com>
    quepop committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    be62961 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Added test for new alpine pipe functions

    Added new tests for functions:
     -download_or_checkout_aports
     -get_unscanned_packages_from_db
     -prepare_scan_dir
     -extract_summary_fields
    
    Signed-off-by: Mateusz Perc <m.perc@samsung.com>
    quepop committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ee6d8a2 View commit details
    Browse the repository at this point in the history