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

libcnb-test: Use --trust-extra-buildpacks with pack build #855

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. libcnb-test: Use --trust-extra-buildpacks with pack build

    To force the builder to be trusted after changes were made in Pack
    CLI v0.35.0 to improve security.
    
    The new flag to restore the old behaviour was only added in Pack
    v0.35.1, so using `libcnb-test` now requires that Pack version or
    newer. (Adding a version check would require calling out to Pack
    before every test execution, which is not worth it given that it only
    affects tests, and this will be a one-off transition.)
    
    Fixes #854.
    GUS-W-16600037.
    edmorley committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e5a524e View commit details
    Browse the repository at this point in the history