From d46edab2b1d5158db2ee784d43db5e2bea97c3f7 Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 6 May 2026 12:38:51 +0545 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a8535a14..06c71b4f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# InvisiRisk Build Application Firewall Demo +# InvisiRisk Build Application Firewall Demo 2 This repository contains a Python application that demonstrates how InvisiRisk build application firewall works. The project serves as a boilerplate example to showcase the security features and implementation of InvisiRisk in a Python environment. @@ -50,4 +50,4 @@ jobs: uses: invisirisk/pse-action@v1.0.20 with: cleanup: "true" -``` \ No newline at end of file +``` From cfa306a75a9a59180e73b605bbaa44fc8d83103d Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 6 May 2026 12:41:53 +0545 Subject: [PATCH 2/3] Update INVISIRISK.yml --- .github/workflows/INVISIRISK.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/INVISIRISK.yml b/.github/workflows/INVISIRISK.yml index 8cd7121d1..46c6d258b 100644 --- a/.github/workflows/INVISIRISK.yml +++ b/.github/workflows/INVISIRISK.yml @@ -33,7 +33,7 @@ jobs: # ============= InvisiRisk Setup ============= - name: Setup PSE - uses: invisirisk/pse-action@develop + uses: invisirisk/pse-action@feat/use-pse-data-collector with: api_url: "https://app.dev.invisirisk.com" #api_url: "https://app.stage.invisirisk.com" From 7fb45e1d367e2e471fea04c13c27293c4f8f352e Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 6 May 2026 12:45:55 +0545 Subject: [PATCH 3/3] Update INVISIRISK.yml --- .github/workflows/INVISIRISK.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/INVISIRISK.yml b/.github/workflows/INVISIRISK.yml index 46c6d258b..cfaec43e8 100644 --- a/.github/workflows/INVISIRISK.yml +++ b/.github/workflows/INVISIRISK.yml @@ -41,13 +41,13 @@ jobs: # ============= InvisiRisk Setup End ============= - uses: actions/checkout@v4 - - name: Use Python - uses: actions/setup-python@v4 - with: - python-version: "3.9" + # - name: Use Python + # uses: actions/setup-python@v4 + # with: + # python-version: "3.9" - - name: docker - run: docker pull testcontainers/ryuk:0.12.0 + # - name: docker + # run: docker pull testcontainers/ryuk:0.12.0 - name: Install from unexpected source @@ -221,7 +221,7 @@ jobs: - name: in Blacklisted URL (in dataset) (Custom Builtins) run: curl -k https://cdn.jsdelivr.net/gh/Fabriziovigna11/mn-authz-x7/s5-r9 - - name: Install dependencies - run: pip install -r requirements.txt + # - name: Install dependencies + # run: pip install -r requirements.txt