Skip to content

Commit

Permalink
Remove scheduled vulnerability scan
Browse files Browse the repository at this point in the history
Since the project is now deprecated, vulnerabilities are no longer being
proactively fixed.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Aug 6, 2024
1 parent fa3df2b commit 81fde3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Security vulnerability scan"

on:
schedule:
- cron: "20 0 * * *"
workflow_dispatch:

jobs:
npm-audit:
Expand Down

0 comments on commit 81fde3b

Please sign in to comment.