mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
refactor: move generated baseline to custom folder
This commit is contained in:
@@ -89,7 +89,7 @@ def rule_has_benchmark_for_version(
|
||||
|
||||
|
||||
def generate_baseline(args: argparse.Namespace) -> None:
|
||||
build_path: Path = Path(config.get("output_dir", ""), "baselines")
|
||||
build_path: Path = Path(config["custom"].get("baseline_dir", ""))
|
||||
baseline_output_file: Path = (
|
||||
build_path / f"{args.keyword}_{args.os_name}_{args.os_version}.yaml"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user