From 0cddf0d5d6dc44ccd1852d3a08ba7893f2ef1ad6 Mon Sep 17 00:00:00 2001 From: Aidan Delaney Date: Sun, 9 Apr 2023 18:36:22 +0100 Subject: [PATCH] Trust the build by default `pack` should trust the builder by default Signed-off-by: Aidan Delaney --- src/scripts/pack-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/pack-build.sh b/src/scripts/pack-build.sh index 17b26cf..9c7b4e4 100644 --- a/src/scripts/pack-build.sh +++ b/src/scripts/pack-build.sh @@ -51,6 +51,7 @@ create_command() { echo pack build \ --no-color \ --builder \"${PARAM_BUILDER}\" \ + --trust-builder \ $(create_path_flag "${PARAM_PATH}") \ $(create_buildpack_flags "${PARAM_BUILDPACKS}") \ $(create_env_var_flags "${PARAM_ENV_VARS}") \