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

feat: add support for Bitnami cataloguer #3341

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. prototype: start bitnami cataloger

    Bitnami images have spdx SBOMs at predictable paths, and Syft could more
    accurately identify the software in these images by scanning those
    SBOMs. Start work on this by forking the sbom-cataloger as a new
    bitnami-cataloger.
    
    Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
    willmurphyscode authored and juan131 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1c9e6b4 View commit details
    Browse the repository at this point in the history
  2. wire up bitnami cataloger to run on images by default

    Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
    willmurphyscode authored and juan131 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b2a3d72 View commit details
    Browse the repository at this point in the history
  3. feat: add support for Bitnami cataloguer

    Signed-off-by: juan131 <jariza@vmware.com>
    juan131 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7267d13 View commit details
    Browse the repository at this point in the history
  4. feat: use a better SPDX sample for unit tests

    Signed-off-by: juan131 <jariza@vmware.com>
    juan131 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a1e3157 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. bugfix: only report bitnami pkgs

    Signed-off-by: juan131 <jariza@vmware.com>
    juan131 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    40c449b View commit details
    Browse the repository at this point in the history
  2. feat: adapt JSON schema, spdxutil and packagemetadata

    Signed-off-by: juan131 <jariza@vmware.com>
    juan131 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de25720 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    f7a6a5f View commit details
    Browse the repository at this point in the history
  2. bugfix: integration tests

    Signed-off-by: juan131 <jariza@vmware.com>
    juan131 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3c2dd0c View commit details
    Browse the repository at this point in the history
  3. bugfix: use new bitnami purl type

    Signed-off-by: juan131 <jariza@vmware.com>
    juan131 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7e26fa5 View commit details
    Browse the repository at this point in the history