Skip to content

Commit 71a3501

Browse files
ci: use centralized vuln remediation workflow from infra
Made-with: Cursor
1 parent 0c34825 commit 71a3501

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/vuln-remediation.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"non_production_paths": [],
3+
"skip_packages": [],
4+
"ecosystems": ["go"]
5+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Vulnerability Remediation
2+
3+
on:
4+
schedule:
5+
- cron: '0 3 * * 3'
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
remediate:
14+
uses: kernel/infra/.github/workflows/vuln-remediation.yml@main
15+
with:
16+
go-version-file: 'go.mod'
17+
secrets: inherit

0 commit comments

Comments
 (0)