Skip to content

Commit

Permalink
Remove scheduled vulnerability scan (#701)
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 9, 2024
1 parent fa3df2b commit 2ffeed0
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 2ffeed0

Please sign in to comment.