diff --git a/.github/workflows/INVISIRISK.yml b/.github/workflows/INVISIRISK.yml index 8cd7121d1..cfaec43e8 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" @@ -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 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 +```