Skip to content

Commit 8fddeb6

Browse files
committed
Audit checkout from disabled repository instrumenter
1 parent a693103 commit 8fddeb6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/instrument_native_repository_http_evidence.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
import argparse
1212
from pathlib import Path
1313

14+
from audit_native_client_checkout import audit_checkout
15+
1416

1517
def main() -> int:
1618
parser = argparse.ArgumentParser()
@@ -20,6 +22,7 @@ def main() -> int:
2022
repo = Path(args.repo).resolve()
2123
if not (repo / ".git").exists():
2224
raise SystemExit(f"official Nuvio checkout missing: {repo}")
25+
audit_checkout(repo, args.client)
2326
print(
2427
f"FIELD_NATIVE_REPOSITORY_RUNTIME_INSTRUMENTATION client={args.client} "
2528
"status=disabled_by_human_ux_policy runtime_mutation=false"

0 commit comments

Comments
 (0)