Pynt is a free API Security testing solution built on top of Newman - a Postman collection runner.
Do you test your cloud app with Newman? now you can easily test for common API Security issues with the GitHub actions.
You can use Pynt in the same way you use Newman, with Pynt you get both the functional and the security test results.
For using Pynt API Security Testing using Docker, view https://github.com/pynt-io/pynt for more details.
- GitHub action runs on ubuntu-latest
- Functional test collection is available
Add the following task to your GitHub action:
- name: Run Pynt API Security Tests
uses: pynt-io/pynt-newman@latest
with:
base-path: '$GITHUB_WORKSPACE'
postman-collection-filename: 'collection.postman_collection.json'
postman-environment-filename: 'environment.postman_environment.json'
- Modify "@latest" with latest version of the pynt-newman action (example: @v0.1.2)
- Modify "base-path" input to the directory that contains your Postman collection and environment files (leave as is if the Postman files are at your project base path).
- Modify "postman-collection-filename" input to your collection file name (assumed to be located under base-path).
- Modify "postman-environment-filename" input to your environment file name (assumed to be located under base-path).
Please read the EULA and the privacy policy carefully before downloading or using Pynt.
If you have questions or need any help, please email us at [email protected].
Pynt Newman GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.