Skip to content
play

GitHub Action

Akto CI/CD

v1.0.12 Latest version

Akto CI/CD

play

Akto CI/CD

Secure your APIs using Akto scan in your GitHub workflow

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Akto CI/CD

uses: akto-api-security/[email protected]

Learn more about this action in akto-api-security/run-scan

Choose a version

run-scan

Akto CI/CD Github Action

Example usage

- uses: akto-api-security/[email protected]
    with:
      AKTO_DASHBOARD_URL: ${{secrets.AKTO_DASHBOARD_URL}}
      AKTO_API_KEY: ${{secrets.AKTO_API_KEY}}
      AKTO_TEST_ID: ${{secrets.AKTO_TEST_ID}}
      START_TIME_DELAY: 180 # Delay in seconds after which testing run is started, optional, default is 0