Skip to content

Commit 4317da9

Browse files
authored
Trust git repositories in builder (#216)
1 parent 1eac7a4 commit 4317da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN \
2929
else \
3030
exit 1; \
3131
fi \
32+
&& git config --global --add safe.directory "*" \
3233
&& chmod +x /usr/bin/yq \
3334
&& chmod +x /usr/bin/cosign
3435

0 commit comments

Comments
 (0)