From d7ec3b60e27f322c6e289d36e01557c93974e77a Mon Sep 17 00:00:00 2001 From: Nils Kolvenbach Date: Thu, 15 Feb 2024 14:20:42 +0100 Subject: [PATCH] Testing Electronegativity --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99b14573..49c7145e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,12 @@ jobs: run: yarn install - name: Run linter run: yarn run lint + - name: Identify misconfigurations and security anti-patterns + uses: doyensec/electronegativity-action@v2 + - name: Upload report + uses: github/codeql-action/upload-sarif@v1 + with: + sarif_file: ../electronegativity_results - name: Build run: yarn run build # Uncomment if necessary