[Template Sync] fix: update sync workflow to use .mcp.json for cursor repo - #27
Closed
liukatkat wants to merge 1 commit into
Closed
[Template Sync] fix: update sync workflow to use .mcp.json for cursor repo#27liukatkat wants to merge 1 commit into
liukatkat wants to merge 1 commit into
Conversation
| Check if Semgrep is installed, and install it if not: | ||
|
|
||
| ```bash | ||
| which semgrep || brew install semgrep |
There was a problem hiding this comment.
Semgrep identified an issue in your code:
Instead of documenting the brew commands you want people to run, you can just commit a Brewfile to the repo and ask that they run brew bundle.
To resolve this comment:
✨ Commit Assistant Fix Suggestion
- Create a
Brewfilein your repository (if it doesn't already exist). - Add
brew "semgrep"to your Brewfile. - Replace
which semgrep || brew install semgrepin your documentation or setup instructions withbrew bundleorbrew bundle --file=Brewfileif your Brewfile isn't in the root directory.
Alternatively, if you want to provide a platform-independent install, consider suggesting python3 -m pip install semgrep instead. Using a Brewfile makes it easier to manage and update dependencies for everyone using the repository.
💬 Ignore this finding
Reply with Semgrep commands to ignore this finding.
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by use-brewfile.
You can view more details about this finding in the Semgrep AppSec Platform.
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.
Template Sync
This PR was automatically generated from a merge to the template repository.
Source commit: 23c3c994f3a1e3d4135c78e962a05a1c8ba8bb50
Version Bump
Please add one of the following labels before merging:
bump:patch- Bug fixes (0.4.1 → 0.4.2)bump:minor- New features (0.4.1 → 0.5.0)bump:major- Breaking changes (0.4.1 → 1.0.0)Generated by mcp-marketplace-template