Skip to content

Commit 0bd488a

Browse files
committed
feat: add runs for 18.x
Required scripts are now backported. Add runs for 18.x. Signed-off-by: Michael Dawson <[email protected]>
1 parent bebe3ee commit 0bd488a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/18x-main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Check main for vulns daily
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: 10 0 * * *
7+
8+
permissions:
9+
contents: read
10+
issues: write
11+
12+
jobs:
13+
check-vulns:
14+
uses: ./.github/workflows/check-vulns.yml
15+
with:
16+
nodejsStream: v18.x
17+
secrets: inherit

0 commit comments

Comments
 (0)