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 .apko.lock.json to APK control section #802

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 28, 2023

  1. Add .apko.lock.json to APK control section

    This generates the locked apko config for the guest container image that
    is used to build the APK and puts writes it as .apko.lock.json in the
    APK's control section.
    
    We could alternatively stick this in the (or another) SBOM, but that has
    triggered false positives with security scanners in the past.
    
    Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
    jonjohnsonjr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b2988f3 View commit details
    Browse the repository at this point in the history