Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fail an audit only if the results include a vulnerability with a leve…
…l of moderate or higher
  • Loading branch information
macrisguncay committed Mar 23, 2020
commit 356211b2aca47a20ab448cbab80a188b34a8dac6
2 changes: 1 addition & 1 deletion .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: '12.x'

- name: Security Audit
run: npm audit
run: npm audit --audit-level=moderate

ci-test:
name: Running unit tests
Expand Down