We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c34bd5 + 30cd21f commit 9f09491Copy full SHA for 9f09491
1 file changed
codesectools/sasts/core/sast/__init__.py
@@ -366,7 +366,7 @@ def analyze_files(
366
Please build [b]{dataset.name}[/b] before running the benchmark
367
Build command: \t\t[b]{dataset.build_command}[/b]
368
Full command: \t\t[b](cd {dataset.directory} && {dataset.build_command})[/b]
369
-Expected artefacts: \t[b]{str(dataset.directory / prebuilt_dir / prebuilt_glob)}[/b]""",
+Expected artifacts: \t[b]{str(dataset.directory / prebuilt_dir / prebuilt_glob)}[/b]""",
370
title=f"[b]{self.name} - PrebuiltSAST[/b]",
371
)
372
print(panel)
@@ -387,7 +387,7 @@ def analyze_files(
387
dataset.lang,
388
dataset.directory,
389
result_path,
390
- artifacts=dataset.artefacts_arg,
+ artifacts=dataset.artifacts_arg,
391
392
393
0 commit comments