Skip to content

Commit ba4a02d

Browse files
ci: use centralized vuln remediation workflow from infra (#192)
* ci: use centralized vuln remediation workflow from infra Made-with: Cursor * ci: replace custom config with socket.yml Made-with: Cursor * ci: point vuln remediation at kernel/security-workflows Made-with: Cursor
1 parent 23e332a commit ba4a02d

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

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/security-workflows/.github/workflows/vuln-remediation.yml@main
15+
with:
16+
go-version-file: 'go.mod'
17+
secrets: inherit

socket.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version: 2

0 commit comments

Comments
 (0)