豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 3243dd5

Browse files
committed
go up 1 more level to get the right path
1 parent 51ffc31 commit 3243dd5

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/find/src/pluginManager

1 file changed

+1
-1
lines changed

.github/actions/find/src/pluginManager/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function clearCache() {
5151
export async function loadBuiltInPlugins() {
5252
core.info('Loading built-in plugins')
5353

54-
const pluginsPath = path.join(__dirname, '../../../scanner-plugins/')
54+
const pluginsPath = path.join(__dirname, '../../../../scanner-plugins/')
5555
await loadPluginsFromPath({pluginsPath})
5656
}
5757

0 commit comments

Comments
 (0)