How to Install Pynt Container
Learn how to install the Pynt container for seamless API security testing. Follow our quick guide to set up and deploy Pynt in your environment.
Installing the Pynt container is a straightforward process that enables you to quickly set up and deploy Pynt for comprehensive API security testing within your environment. Whether you're integrating Pynt into your CI/CD pipelines or running it as a standalone solution, this guide will walk you through the essential steps to get the Pynt container up and running.
Install Pynt CLI
Pynt is deployed as a python based CLI, use pip to install:
python3 -m pip install pyntcli
Running Pynt for the first time
On the first time running Pynt CLI you will need to authenticate with Pynt:
Once authenticated, the CLI will not ask for authentication again.
Do i need to pull pynt docker image ?
Pynt CLI handles all docker operations, such as pulling the latest image and running the container, you do not need to do anything with the docker.
Troubleshooting
Last updated