From 626bd4a7c5f502b8c21c1b2868be2c6cfc1e9cd2 Mon Sep 17 00:00:00 2001 From: RudiioP Date: Fri, 20 Dec 2024 16:44:13 +0100 Subject: [PATCH] chore: update GA --- .github/workflows/qodana_code_quality.yml | 2 +- qodana.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 9e03f29..a0a8bc1 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -22,7 +22,7 @@ jobs: - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2024.2 with: - pr-mode: false + pr-mode: true env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_500553042 }} QODANA_ENDPOINT: 'https://qodana.cloud' \ No newline at end of file diff --git a/qodana.yaml b/qodana.yaml index 368475b..0663e6d 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,5 +2,7 @@ version: "1.0" linter: jetbrains/qodana-python:2024.2 profile: name: qodana.recommended -include: +exclude: - name: CheckDependencyLicenses +include: + - name: PyVulnerableApiCode