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: ${{ secrets.ESCAPE_APPLICATION_ID }} api_key: ${{ secrets.ESCAPE_API_KEY }} watch: "true" # to wait for scan completion