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

fix: allow bom build and verification for build_only layers #609

Merged
merged 2 commits into from
Apr 4, 2024

Commits on Apr 3, 2024

  1. fix: allow bom build and verification for build_only layers

    From our experience, package information may be removed in such layers
    making it much harder to discover and auto-construct BOMs.
    
    So allow this for `build_only` layers also.
    
    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fde026b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix: import a bom only if available from built layers

    It is possible that a build_only layer doesn't generate a BOM, so it
    cannot be imported in a derived layer.
    
    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8f9e200 View commit details
    Browse the repository at this point in the history