From 4886e8c92801e2be98d3fc198b8e8df7fe12fe11 Mon Sep 17 00:00:00 2001 From: "invisirisk-baf[bot]" <264061008+invisirisk-baf[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 05:30:48 +0000 Subject: [PATCH] Integrate workflows with InvisiRisk BAF --- .github/workflows/GH IR integration.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/GH IR integration.yml b/.github/workflows/GH IR integration.yml index f41fcb466..21e2fe25c 100644 --- a/.github/workflows/GH IR integration.yml +++ b/.github/workflows/GH IR integration.yml @@ -13,6 +13,12 @@ jobs: node-version: [18.x] steps: + # ============= InvisiRisk Setup ============= + - name: Setup PSE + uses: invisirisk/pse-action@latest + with: + app_token: ${{secrets.IR_API_KEY}} + # ============= InvisiRisk Setup End ============= # Checkout repository - name: Checkout code uses: actions/checkout@v4 @@ -31,3 +37,10 @@ jobs: # Build project - name: Build run: npm run build + # ============= InvisiRisk Cleanup ============= + - name: Cleanup PSE + if: always() + uses: invisirisk/pse-action@latest + with: + cleanup: "true" + # ============= InvisiRisk Cleanup End ============= \ No newline at end of file