Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Escape - API Security

Actions
Secure your application using Escape.tech
v0.1.1
Verified creator
Star (3)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Escape.tech / Action

Run Escape directly in Github actions !

Using this action will allow you to start a security scan for a GraphQL application on the Escape platform.

We recommend providing these values as Encrypted secrets.

image

Setup

This action requires an application ID and an API key to be provided.

You can find theses values in your Escape application settings.

image

Required arguments

  • application_id: The id of the application on Escape, that will be scanned continuously
  • api_key: Your API key on the Escape platform

Optional

  • timeout: The maximum time in seconds to wait for the scan to complete. Default is 1200 seconds.

Usage example

on:
  push:
    branches:
      - main
jobs:
  Escape:
    runs-on: ubuntu-latest
    steps:
      - name: Escape Scan
        uses: Escape-Technologies/action@v0
        with:
          application_id: ${{ secrets.ESCAPE_APPLICATION_ID }}
          api_key: ${{ secrets.ESCAPE_API_KEY }}
          # timeout: 1200 (default - in seconds)

Escape - API Security 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.

About

Secure your application using Escape.tech
v0.1.1

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Escape - API Security 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.