Skip to content

Commit

Permalink
Adding audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsommardahl committed Dec 12, 2024
1 parent e51ec50 commit c38a0e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: frontend/build

security-audit:
name: Audit Deps
# needs: build
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4

- name: ensure node installed and right version
uses: actions/setup-node@v4
with:
node-version: 16.x

- name: audit
run: cd frontend && npm audit --omit=dev


0 comments on commit c38a0e8

Please sign in to comment.