Commit 7be1cc6
ci: use centralized vuln remediation workflow from infra (#206)
Replace per-repo workflow + prompt with a thin caller that invokes 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 and delegates execution to
an external reusable workflow, which could affect repo automation
behavior.
>
> **Overview**
> Adds a new scheduled/manual `.github/workflows/vuln-remediation.yml`
that calls the centralized `kernel/security-workflows` reusable
vulnerability remediation pipeline, passing `server/go.mod` for Go
version detection and enabling Python setup.
>
> Introduces `socket.yml` to configure Socket scanning ignore paths for
`shared/cdp-test/` and `images/chromium-headful/client/`.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
66c4c45. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 15d9049 commit 7be1cc6
2 files changed
Lines changed: 22 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 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments