Skip to content

Commit b9498c3

Browse files
authored
fix: find files within target dir for redaction
1 parent 90139e6 commit b9498c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config-diff.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ function main {
275275
local ANSIBLE_VAULT="$target_environment_path/venvs/kayobe/bin/ansible-vault"
276276
# Checkout the git reference provided as an argument to this script
277277
checkout "$target_kayobe_config_dir" $1
278+
find_redacted_files "$target_environment_path/etc/kayobe"
278279
create_kayobe_environment "$target_environment_path" "$target_kayobe_config_dir"
279280
redact_config_dir "$target_environment_path"
280281
encrypt_config_dir "$target_environment_path"

0 commit comments

Comments
 (0)