chore: fix CI errors

This commit is contained in:
Gustavo Madeira Santana
2026-02-17 23:46:40 -05:00
parent 308e09c876
commit 4d3403b7ac
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
import fs from "node:fs";
import path from "node:path";
import type { ExecAllowlistEntry } from "./exec-approvals.js";
import {
DEFAULT_SAFE_BINS,
analyzeShellCommand,
@@ -12,6 +11,7 @@ import {
type CommandResolution,
type ExecCommandSegment,
} from "./exec-approvals-analysis.js";
import type { ExecAllowlistEntry } from "./exec-approvals.js";
import { isTrustedSafeBinPath } from "./exec-safe-bin-trust.js";
function isPathLikeToken(value: string): boolean {