-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Dear Team,
firstly thank you for this cool idea.
While trying to run as per instruction in https://github.com/trailofbits/it-depends/blob/master/README.md#running-it-, I am unable to reproduce the steps for any local paths as per the error list as follows.
Any hints would be truly appreciated.
Many thanks again.
BR
infojg9
- error list
`
$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
...
$ python --version
Python 3.10.6
ubuntu-22.04 $ it-depends .
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Can not resolve .
ubuntu-22.04 $ it-depends /sdb1/app/dir1/src
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Can not resolve /sdb1/app/dir1/src
ubuntu-22.04 $ it-depends *
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
usage: it-depends [-h] [--audit] [--list] [--database [DATABASE]] [--clear-cache] [--compare [COMPARE]] [--normalize]
[--output-format {json,dot,html}] [--output-file OUTPUT_FILE] [--force] [--all-versions] [--depth-limit DEPTH_LIMIT]
[--max-workers MAX_WORKERS] [--version]
[PATH_OR_NAME]
it-depends: error: unrecognized arguments: config doc LICENSE.md license_notice.md Makefile project README.md result setup src test
ubuntu-22.04 $ it-depends
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Can not resolve .
`