We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5007a98 commit 3019f7fCopy full SHA for 3019f7f
1 file changed
src/commands/scan/create-scan-from-github.mts
@@ -340,7 +340,7 @@ async function testAndDownloadManifestFile({
340
: undefined
341
342
if (!supportedFiles || !isReportSupportedFile(file, supportedFiles)) {
343
- debugFn('notice', ' - skip: not a known pattern')
+ debugFn('notice', 'skip: not a known pattern')
344
// Not an error.
345
return { ok: true, data: { isManifest: false } }
346
}
0 commit comments