Skip to content

Commit

Permalink
Adding audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsommardahl committed Aug 8, 2024
1 parent cb8df15 commit 767cc6a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,16 @@ jobs:
- name: upload the artifact
uses: actions/upload-pages-artifact@v1
with:
path: frontend/build
path: frontend/build

security-audit:
name: Check for vulnerabilities in my deps
runs-on: ubuntu-latest
steps:
- name: ensure node installed and right version
uses: actions/setup-node@v3
with:
node-version: 16.x

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

0 comments on commit 767cc6a

Please sign in to comment.