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