Oleg Sorokin
Oleg Sorokin
When trying to execute command with sudo, e.g. `sudo sleep 3`, I receive the error: ``` sudo: no tty present and no askpass program specified 2021/08/20 17:52:03 Process exited with...
It's not obvious to me how to run the program locally: ```shell $ git clone https://github.com/ozonru/dtrack-audit.git Cloning into 'dtrack-audit'... remote: Enumerating objects: 104, done. remote: Counting objects: 100% (104/104), done....
``` $ cat go.mod module example.com/test go 1.15 require ( github.com/coreos/bbolt v1.3.4 // indirect ) $ cyclonedx-go 2021/04/07 15:43:59 exit status 1 ```