Commit d20cef5
committed
fix(lint): deterministic staging dir via os.Mkdir 0755 instead of MkdirTemp+Chmod
Installs are mutex-serialized and leftovers are swept pre-install, so a
random suffix bought nothing; CI's gosec also rejected the Chmod (G302)
that MkdirTemp's 0700 forced.1 parent 2521cd1 commit d20cef5
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
1118 | 1120 | | |
1119 | 1121 | | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | 1122 | | |
1125 | 1123 | | |
1126 | 1124 | | |
| |||
0 commit comments