mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-07 14:25:58 +01:00
Updated dependencies and build test.
This commit is contained in:
@@ -24,9 +24,6 @@ class CommandLineTest extends TestCase
|
||||
if (empty(shell_exec('which git 2> /dev/null'))) {
|
||||
$this->markTestSkipped('Git is not available.');
|
||||
}
|
||||
|
||||
// Git 2.35+ introduced ownership checks to prevent attacks when running git commands in directories owned by a different user
|
||||
shell_exec('git config --global --add safe.directory "*"');
|
||||
}
|
||||
|
||||
public function testIsValidatingRepository(): void
|
||||
|
||||
Reference in New Issue
Block a user