Skip to content

Commit

Permalink
add npm audit, remove vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Dec 9, 2023
1 parent 858dea2 commit 400d561
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 6,400 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,16 @@ jobs:
run: docker compose logs
if: always()

audit:
name: Find vulnerabilities
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '18.12.1'
cache: 'npm'
- name: Run audit
run: npm audit
Loading

0 comments on commit 400d561

Please sign in to comment.