mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 00:09:23 +02:00
[PR #877] ci: add Semgrep OSS scanning workflow #915
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#915
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/877
Author: @hrushikeshdeshpande
Created: 4/23/2026
Status: 🔄 Open
Base:
main← Head:hrushikesh/add-semgrep-oss-workflow📝 Commits (1)
7a9594dci: add Semgrep OSS scanning workflow📊 Changes
1 file changed (+30 additions, -0 deletions)
View changed files
➕
.github/workflows/semgrep.yml(+30 -0)📄 Description
Summary
Adds Semgrep Community Edition (OSS) scanning to this repository as part of the App&ProdSec team's migration from Semgrep Pro to Semgrep CE.
What it does
pushto the main/master branch, and monthly on a staggered schedule.actions/cache@v5sopip install semgreponly runs on cold cache (first run, version bump, or 7-day idle).semgrep==1.160.0with--config=auto(default OSS ruleset).ubuntu-slimwithcontents: readtoken scope.For reviewers
See the internal App&ProdSec email for migration context, or ping us internally.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.