From 7d59073ac318b0f5477932023aceda8d7d70a0a0 Mon Sep 17 00:00:00 2001 From: sb-benohe <71290292+sb-benohe@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:02:46 -0500 Subject: [PATCH] Update unit_test_coverage.yml --- .github/workflows/unit_test_coverage.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit_test_coverage.yml b/.github/workflows/unit_test_coverage.yml index 5da6a1c..1a7fece 100644 --- a/.github/workflows/unit_test_coverage.yml +++ b/.github/workflows/unit_test_coverage.yml @@ -1,4 +1,3 @@ -# This workflow will do the following: # - perform a clean install of node dependencies # - lint the source code for errors # - build the source code @@ -49,7 +48,7 @@ jobs: run: npm ci - name: Audit dependencies for security vulnerabilities - run: npm audit + run: npm audit --audit-level=high - name: Lint the source code run: npm run-script lint @@ -100,4 +99,4 @@ jobs: uses: codecov/codecov-action@v3 with: file: lcov.info - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true