DevSecOps and vulnerability management platform to embed all security tests and processes into SDLC
# Download Kondukto CLIcurl -sSL https://cli.kondukto.io | sh# check the documentationkdt --help# setup your credentialsexport KONDUKTO_HOST=<your-kondukto-host>export KONDUKTO_HOST=<your-kondukto-token># start running testskdt scan -p <project-name> -t <tool-name> -b <branch-name>