mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/16661] Exclude extension .git directory in executable check
PHPBB3-16661
This commit is contained in:
2
.github/ext-check-executable-files.sh
vendored
2
.github/ext-check-executable-files.sh
vendored
@@ -18,7 +18,7 @@ path="${root}phpBB/ext/${extname}/"
|
||||
|
||||
# The following variables MUST NOT contain any wildcard
|
||||
# Directories to skip
|
||||
directories_skipped="-path ${path}develop -o -path ${path}vendor"
|
||||
directories_skipped="-path ${path}develop -o -path ${path}vendor -o -path ${path}.git"
|
||||
|
||||
# Files to skip
|
||||
files_skipped="-false"
|
||||
|
Reference in New Issue
Block a user