akto-api-security/Akto CI/CD
Secure your APIs using Akto scan in your GitHub workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| AKTO_DASHBOARD_URL | URL of your Akto dashboard. Note that this should be whitelisted from your VPC for GitHub to access | yes | — |
| AKTO_API_KEY | Akto API Key for CI/CD Integration | yes | — |
| AKTO_TEST_ID | Id of the test that you want to run | yes | — |
| START_TIME_DELAY | You can add a delay of N seconds before Akto starts testing your APIs. Please put the value more than the time it takes your API server to boot up and initialize | no | — |
| OVERRIDDEN_TEST_APP_URL | Run tests on a different application host | no | — |
| WAIT_TIME_FOR_RESULT | Time to wait for Akto test results to complete. If it takes more time that defined, pull requests passes. Set to 0 if you want to run tests, but not block the PR | no | — |
| BLOCK_LEVEL | If vulnerabilties equal to or higher are found, the PR is failed. Set as HIGH, MEDIUM, LOW, NONE | no | — |
| GITHUB_COMMIT_ID | Github commit head sha | no | — |
Outputs
no outputs