Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 2ffeed0

Browse files
Remove scheduled vulnerability scan (#701)
Since the project is now deprecated, vulnerabilities are no longer being proactively fixed. Signed-off-by: Mark S. Lewis <[email protected]>
1 parent fa3df2b commit 2ffeed0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/vulnerability_scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: "Security vulnerability scan"
22

33
on:
4-
schedule:
5-
- cron: "20 0 * * *"
4+
workflow_dispatch:
65

76
jobs:
87
npm-audit:

0 commit comments

Comments
 (0)