Fully Automated API Security Testing in CI/CD
Test your APIs using Levo AI test plans and get the results in real time.
In order to run this plugin you will need to:
- Have a Levo AI account
- Have a Levo AI test plan
- Have a Levo CLI Authorization Key
- Go to "Manage Jenkins" > "Manage Plugins" > "Available".
- Search for "Levo".
- Install the plugin.
After adding a Test Plan step into your build you'll need to confgiure some values.
In order to specify the test plan to run you'll need to go to the Test Plan section of your Levo organization and click the "Copy LRN" button on the selected test plan.
For credentials this plugin is relying on credentials-plugin. You'll need to add a credential for the Levo API key.
- Click on the "Add" button next to the credentials dropdown.
- Select you datastore.
- Select "Levo Credential" as credential type.
- Enter your CLI Authorization Key.
- Enter your organization id that you can get from the Organizations Tab in your user settings.
- Save and select the new credential.
If you are using an environment file to define authentication details you add those details as a secret using a secret file in the credentials-plugin.
- Click on "Advanced".
- Click on "Add" next to the credentials dropdown.
- Select you datastore.
- Select "Secret File" as credential type.
- Import the file.
- Save and select the new file.
Licensed under Apache 2.0, see LICENSE