-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcommand-path-check.json
More file actions
7 lines (7 loc) · 1.02 KB
/
command-path-check.json
File metadata and controls
7 lines (7 loc) · 1.02 KB
1
2
3
4
5
6
7
{
"files_scanned": 0,
"checked_command_paths": 0,
"failures": [],
"failure_count": 0,
"runtime_error": "Traceback (most recent call last):\n File \"/home/runner/work/technical-documentation/technical-documentation/.github/scripts/check_akeyless_command_paths.py\", line 219, in main\n if subprocess.run([\"akeyless\", \"-h\"], capture_output=True).returncode != 0:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/subprocess.py\", line 548, in run\n with Popen(*popenargs, **kwargs) as process:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/subprocess.py\", line 1026, in __init__\n self._execute_child(args, executable, preexec_fn, close_fds,\n File \"/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/subprocess.py\", line 1955, in _execute_child\n raise child_exception_type(errno_num, err_msg, err_filename)\nFileNotFoundError: [Errno 2] No such file or directory: 'akeyless'"
}