From 064e187f8a903593879e35982ca5e9495d175726 Mon Sep 17 00:00:00 2001 From: Arseniy Sitnikov Date: Sun, 18 May 2025 14:51:38 +0300 Subject: [PATCH] bobus-avtobus --- .gitea/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e6ac0df..c9d46c7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,13 +23,12 @@ jobs: python -m venv venv source venv/bin/activate pip install flake8 - flake8 . --ignore=E501 + flake8 . --ignore=E501 --exclude=venv continue-on-error: true - name: Run Semgrep (SAST) run: | - curl -sSL https://semgrep.dev/install.sh | sh - ./semgrep/semgrep scan --config auto --error - + pip install semgrep + semgrep --config=auto . deploy: needs: lint-sast runs-on: ubuntu-latest