We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf2ca7 commit 20705a9Copy full SHA for 20705a9
src/commands/fix/coana-fix.mts
@@ -1,4 +1,4 @@
1
-import { debugDir } from '@socketsecurity/registry/lib/debug'
+import { debugDir, debugFn } from '@socketsecurity/registry/lib/debug'
2
3
import { handleApiCall } from '../../utils/api.mts'
4
import { cmdFlagValueToArray } from '../../utils/cmd.mts'
@@ -68,6 +68,7 @@ export async function coanaFix(
68
69
let ids = ghsas
70
if (ids.length === 1 && ids[0] === 'auto') {
71
+ debugFn('notice', 'resolve: GitHub security alerts.')
72
const foundIdsCResult = tarHash
73
? await spawnCoana(
74
[
@@ -88,6 +89,7 @@ export async function coanaFix(
88
89
foundIdsCResult.data as string,
90
)?.[0],
91
)
92
+ debugDir('inspect', { GitHubSecurityAlerts: ids })
93
}
94
95
0 commit comments