Conversation
Subscribes this repo to the shared Semgrep workflow in kernel/security-workflows as part of expanding the elevated vulnerability management scope to customer-facing SDKs (KERNEL-1191, INC-51 follow-up). Made-with: Cursor
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR only adds CI/security scanning configuration ( To monitor this PR anyway, reply with |
ulziibay-kernel
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up from the INC-51 postmortem (KERNEL-1191): expanding the elevated vulnerability management scope to customer-facing tools. This CLI authenticates against the Hypeman/Unikraft Cloud API with user credentials so it qualifies.
This PR adds
.github/workflows/semgrep.ymlthat calls the reusable workflow in kernel/security-workflows. Runs on every PR targeting `main` with the agent-powered triage flow already used across the other subscribed repos.Semgrep configs: `p/golang`, `p/trailofbits`.
Uses org-level secrets already provisioned for existing subscribers (`CURSOR_API_KEY`, `CURSOR_PREFERRED_MODEL`, `ADMIN_APP_ID`, `ADMIN_APP_PRIVATE_KEY`, `SOCKET_API_TOKEN`) via `secrets: inherit`.
Test plan
Made with Cursor
Note
Low Risk
Adds a new GitHub Actions workflow that runs a reusable Semgrep scan on PRs to
main; no production code changes, with minimal risk aside from potential CI noise or new findings blocking merges.Overview
Adds a new
.github/workflows/semgrep.ymlworkflow that runs Semgrep SAST on every pull request targetingmainvia the reusablekernel/security-workflowspipeline.The scan is configured with
p/golangandp/trailofbitsrules, grantspull-requests: writefor automated commenting/triage, and usessecrets: inheritto access org-provided credentials.Reviewed by Cursor Bugbot for commit 0c9646f. Bugbot is set up for automated code reviews on this repo. Configure here.