We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3418f87 commit 1789349Copy full SHA for 1789349
cycode/cli/apps/ai_guardrails/scan/scan_command.py
@@ -88,9 +88,6 @@ def scan_command(
88
stdin_data = sys.stdin.read().strip()
89
payload = safe_json_parse(stdin_data)
90
91
- with open ('/tmp/test.input', 'w') as f:
92
- f.write(stdin_data)
93
-
94
tool = ide.lower()
95
response_builder = get_response_builder(tool)
96
0 commit comments