Commit 8d26914
authored
ci: add centralized vuln remediation workflow (#145)
Thin caller to the reusable 3-stage pipeline (triage → fix → PR) in
kernel/infra. Per-repo config in .github/vuln-remediation.json.
Made with [Cursor](https://cursor.com)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Medium risk because it introduces an automated workflow with
`contents`/`pull-requests` write permissions that can open PRs and
modify dependencies on a schedule.
>
> **Overview**
> Adds a new GitHub Actions workflow, `vuln-remediation.yml`, that runs
weekly (and via manual dispatch) and calls the reusable
`kernel/security-workflows` vulnerability remediation pipeline,
inheriting secrets and using `go.mod` to select the Go version.
>
> Introduces a minimal `socket.yml` (`version: 2`) configuration file.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
fe1d822. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 3a9abf8 commit 8d26914
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments