style: fix formatting drift in security allowlist checks

This commit is contained in:
Peter Steinberger
2026-02-19 13:30:52 +00:00
parent ff74d89e86
commit 268b0dc921
3 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,3 @@
import path from "node:path";
import type { ExecAllowlistEntry } from "./exec-approvals.js";
import {
DEFAULT_SAFE_BINS,
analyzeShellCommand,
@@ -11,6 +9,7 @@ import {
type CommandResolution,
type ExecCommandSegment,
} from "./exec-approvals-analysis.js";
import type { ExecAllowlistEntry } from "./exec-approvals.js";
import {
SAFE_BIN_GENERIC_PROFILE,
SAFE_BIN_PROFILES,