From 10882b7977a2026c3d571b5addf7d63a083cceee Mon Sep 17 00:00:00 2001 From: prasadhonrao Date: Fri, 25 Oct 2024 23:59:16 +0100 Subject: [PATCH] Remove dependency check from WebApp for the time being --- .github/workflows/webapp-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webapp-ci.yml b/.github/workflows/webapp-ci.yml index 3b76418..941d729 100644 --- a/.github/workflows/webapp-ci.yml +++ b/.github/workflows/webapp-ci.yml @@ -49,8 +49,9 @@ jobs: - name: Install dependencies run: npm install --prefix src/webapp - - name: Run dependency check - run: npm audit --audit-level=high --prefix src/webapp + # TODO: Analyze how to check for high severity vulnerabilities + # - name: Run dependency check + # run: npm audit --audit-level=high --prefix src/webapp security: runs-on: ubuntu-latest