Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/INVISIRISK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ 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"
app_token: ${{ secrets.IR_API_KEY }}
# ============= 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
Expand Down Expand Up @@ -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


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
uses: invisirisk/pse-action@v1.0.20
with:
cleanup: "true"
```
```
Loading