ci: add centralized vuln remediation workflow#15
ci: add centralized vuln remediation workflow#15ulziibay-kernel wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR modifies CI/vulnerability workflow configuration, not kernel API endpoints or Temporal workflows. To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a3a7c5a. Configure here.
| remediate: | ||
| uses: kernel/security-workflows/.github/workflows/vuln-remediation.yml@main | ||
| with: | ||
| setup-bun: true |
There was a problem hiding this comment.
Wrong package manager configured in remediation workflow
High Severity
The setup-bun: true input is passed to the reusable workflow, but this project uses pnpm as its package manager everywhere — package.json declares "packageManager": "pnpm@10.30.1", all CI jobs in ci.yml set up pnpm via pnpm/action-setup@v4, and the repo contains a pnpm-lock.yaml. The remediation workflow will likely install dependencies with the wrong tool, producing incorrect fixes or failing entirely.
Reviewed by Cursor Bugbot for commit a3a7c5a. Configure here.


Thin caller to the reusable 3-stage pipeline (triage → fix → PR) in kernel/security-workflows.
Made with Cursor
Note
Low Risk
Low risk: adds a scheduled/manual GitHub Actions workflow plus a simple
socket.ymlversion file, without changing application/runtime logic.Overview
Adds a new GitHub Actions workflow (
.github/workflows/vuln-remediation.yml) that runs on a weekly cron and via manual dispatch to invoke the centralizedkernel/security-workflowsvulnerability remediation pipeline, with permissions to create PRs and write contents.Introduces
socket.ymlwithversion: 2to enable Socket security tooling configuration.Reviewed by Cursor Bugbot for commit a3a7c5a. Bugbot is set up for automated code reviews on this repo. Configure here.