Pack warns about valid clear-env
key in buildpack.toml
#2253
Labels
good first issue
A good first issue to get started with.
help wanted
Need some extra hands to get this done.
status/ready
Issue ready to be worked on.
type/bug
Issue that reports an unexpected behaviour.
Summary
Similar to #2192, Pack CLI gives an incorrect warning about a valid
buildpack.toml
key, but this time it's theclear-env
key, which is allowed in the spec:https://github.com/buildpacks/spec/blob/main/buildpack.md#buildpacktoml-toml
Reproduction
Steps
buildpack.toml
contains:pack build --builder heroku/builder:24 --buildpack <path_to_that_buildpack>
Current behavior
Expected behavior
No warning about an unexpected
clear-env
key.Environment
pack info
Pack CLI v0.35.1
lifecycle 0.20.1
The text was updated successfully, but these errors were encountered: