Skip to content

Commit

Permalink
Merge pull request #138 from zowe/restore-nightly-audit
Browse files Browse the repository at this point in the history
Restore nightly audit
  • Loading branch information
awharn authored Aug 26, 2024
2 parents ec83f9d + 5981a58 commit 6787477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- zowe-v1-lts
paths:
- packages/**
# schedule:
# - cron: '0 10 * * *'
schedule:
- cron: '0 10 * * *'

jobs:
audit:
Expand All @@ -26,4 +26,4 @@ jobs:
node-version: lts/*

- name: Check Vulnerabilities
run: npm audit --workspaces --production --audit-level=moderate
run: npm audit --workspaces --production --audit-level=moderate

0 comments on commit 6787477

Please sign in to comment.