-
Notifications
You must be signed in to change notification settings - Fork 7
AX-1705 - Add JFrog CLI credential support to inject-instructions #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MatanEden1
merged 14 commits into
main
from
AX-1705-Cursor-plugin-add-support-for-jf_cli
Jul 7, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f631612
AX-1705 - Add JFrog CLI credential support to inject-instructions
MatanEden1 acd2750
Remove license URL comment
MatanEden1 cbdf651
AX-1705 - Align jfrog MCP template/injector with jf CLI + add hook in…
MatanEden1 b783279
AX-1705 - Align injector/template with vscode-plugin
MatanEden1 79a21d7
AX-1705 - Align injector with claude-plugin JFROG_URL validation
MatanEden1 ac9e6c4
Add license URL comment to validate-inject-instructions.yml
MatanEden1 32e60b7
AX-1705 - Refactor JFrog credentials resolution and enhance error han…
MatanEden1 743be79
Merge remote-tracking branch 'upstream/main' into AX-1705-Cursor-plug…
MatanEden1 67bba50
Fix validate-hook-injector.mjs to match real injector payload shape
MatanEden1 d3835f7
Add support for resolving JFrog credentials from environment variable…
MatanEden1 79ea11a
Bump version to 0.5.6 for JFrog Platform plugins
MatanEden1 7add03c
Enhance credential resolution and debugging for JFrog CLI integration
MatanEden1 09ec92b
Explain the jf Config Token decode step in resolveCredentials
MatanEden1 d653d43
Document the JFrog CLI >= 2.105.0 requirement for Agent Guard's jf-CL…
MatanEden1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Copyright (c) JFrog Ltd. 2026 | ||
| # Licensed under the Apache License, Version 2.0 | ||
| # https://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| name: Validate hook injection | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: [main] | ||
| paths: | ||
| - "plugins/jfrog/scripts/inject-instructions.mjs" | ||
| - "plugins/jfrog/templates/jfrog-mcp-management.md" | ||
| - "plugins/jfrog/hooks/hooks.json" | ||
| - "plugins/jfrog/.cursor-plugin/plugin.json" | ||
| - "scripts/validate-hook-injector.mjs" | ||
| workflow_dispatch: | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| validate: | ||
| name: Validate hook injection | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: "20" | ||
|
|
||
| - name: Run injector validation | ||
| run: node scripts/validate-hook-injector.mjs | ||
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.