Escape - API Security
ActionsTags
(2)Verified
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.
This action requires an application ID and an API key to be provided.
You can find theses values in your Escape application settings.
application_id
: The id of the application on Escape, that will be scanned continuouslyapi_key
: Your API key on the Escape platform
timeout
: The maximum time in seconds to wait for the scan to complete. Default is 1200 seconds.
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.