This commit is contained in:
Boris Rybalkin 2026-07-10 04:51:19 +00:00 committed by GitHub
commit 854f059bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ module.exports.recurseFiles = async (path, relPathToReplace = null) => {
ignoreFolders: true,
extensions: true,
deep: true,
realPath: true,
realPath: process.env.SCANNER_RESOLVE_SYMLINKS !== '0',
normalizePath: false
}
let list = await rra.list(path, options)