-
-
Notifications
You must be signed in to change notification settings - Fork 957
Commit 92d9ae2
authored
Use env vars on CI to set protocol.file.allow
Instead of setting a global git configuration.
This makes no significant difference for security on CI, but it is
an iterative step toward a more specific way of setting them that
will apply on CI and locally and require less configuration.
In addition, this shows an approach more similar to what users who
do not want to carefully review the security impact of changing
the global setting can use locally (and which is more secure).1 parent 537af83 commit 92d9ae2
2 files changed
+8
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | - | ||
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
| |||
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
50 | 53 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | 55 |
| |
60 | 56 |
| |
61 | 57 |
| |
62 | 58 |
| |
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments