Skip to content

Commit

Permalink
Remove dependency check from WebApp for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadhonrao committed Oct 25, 2024
1 parent 474dacf commit 10882b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/webapp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10882b7

Please sign in to comment.