Skip to content
check

GitHub Action

Escape - GraphQL Security

v0.3.0 Latest version

Escape - GraphQL Security

check

Escape - GraphQL Security

Secure your application using Escape.tech

Installation

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

              

- name: Escape - GraphQL Security

uses: Escape-Technologies/action@v0.3.0

Learn more about this action in Escape-Technologies/action

Choose a version

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

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) (use 0 for non blocking pipelines)