GitHub Actions Integration¶
Find the complete Escape GitHub Action in the GitHub Marketplace.
---
name: Escape
on:
push:
branches:
- main
jobs:
Escape:
runs-on: ubuntu-latest
steps:
- name: Escape Scan
uses: Escape-Technologies/action@v0
with:
# application_id is deprecated, use profile_id instead
profile_id: ${{ secrets.ESCAPE_PROFILE_ID }}
api_key: ${{ secrets.ESCAPE_API_KEY }}
watch: "true" # to wait for scan completion