Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/checkmarx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ This tool enables VS Code users to initiate SCA scans directly from their VS Cod

We appreciate feedback and contribution to the VsCode extension! Before you get started, please see the following:

- [Checkmarx contribution guidelines](https://github.com/Checkmarx/ast-vscode-extension/blob/packages/checkmarx/contributing.md)
- [Checkmarx Code of Conduct](https://github.com/Checkmarx/ast-vscode-extension/blob/packages/checkmarx/code_of_conduct.md)
- [Checkmarx contribution guidelines](https://github.com/Checkmarx/ast-vscode-extension/blob/HEAD/packages/checkmarx/contributing.md)
- [Checkmarx Code of Conduct](https://github.com/Checkmarx/ast-vscode-extension/blob/HEAD/packages/checkmarx/code_of_conduct.md)

<!-- LICENSE -->
## License
Expand Down
17 changes: 15 additions & 2 deletions packages/checkmarx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/Checkmarx/ast-vscode-extension.git"
},
"homepage": "https://github.com/Checkmarx/ast-vscode-extension#readme",
"homepage": "https://github.com/Checkmarx/ast-vscode-extension/blob/main/packages/checkmarx/README.md",
"bugs": {
"url": "https://github.com/Checkmarx/ast-vscode-extension/issues"
},
Expand All @@ -22,6 +22,19 @@
"categories": [
"Other"
],
"keywords": [
"AppSec",
"SAST",
"OSS",
"IaC",
"Secrets",
"Containers",
"Secure Coding",
"Developer Assist",
"Real-time Scanning",
"Kics",
"SCA"
],
"activationEvents": [
"*"
],
Expand Down Expand Up @@ -1098,4 +1111,4 @@
"typescript": "^5.3.3",
"vscode-extension-tester": "8.17.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/project-ignite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ol>
</details>

> This document relates to the standalone ​**Checkmarx Developer Assist**​ extension. Checkmarx One customers with a Developer Assist license should use the ​[**Checkmarx**](https://marketplace.visualstudio.com/items?itemName=checkmarx.cx-dev-assist) extension, which has Developer Assist bundeled together with the Checkmarx One platform tool. <br>The two extensions are **mutually exclusive**, so that if you want to use this extension, you must **first ​uninstall**​​ the Checkmarx extension.
> This document relates to the standalone ​**Checkmarx Developer Assist**​ extension. Checkmarx One customers with a Developer Assist license should use the ​[**Checkmarx**](https://marketplace.visualstudio.com/items?itemName=checkmarx.ast-results) extension, which has Developer Assist bundeled together with the Checkmarx One platform tool. <br>The two extensions are **mutually exclusive**, so that if you want to use this extension, you must **first ​uninstall**​​ the Checkmarx extension.
## Overview
Checkmarx Developer Assist delivers context-aware security guidance directly within your IDE, helping prevent vulnerabilities before they reach the pipeline. As developers write or refine AI-generated and existing code, it provides real-time detection, remediation, and actionable insights—ensuring security is built in from the start.
<br>
Expand Down
2 changes: 1 addition & 1 deletion packages/project-ignite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 16 additions & 3 deletions packages/project-ignite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,33 @@
"type": "git",
"url": "https://github.com/Checkmarx/ast-vscode-extension.git"
},
"homepage": "https://github.com/Checkmarx/ast-vscode-extension#readme",
"homepage": "https://github.com/Checkmarx/ast-vscode-extension/blob/main/packages/project-ignite/README.md",
"bugs": {
"url": "https://github.com/Checkmarx/ast-vscode-extension/issues"
},
"icon": "media/icon.png",
"engines": {
"vscode": "^1.63.0"
"vscode": "^1.100.0"
},
"extensionKind": [
"workspace"
],
"categories": [
"Other"
],
"keywords": [
"AppSec",
"SAST",
"OSS",
"IaC",
"Secrets",
"Containers",
"Secure Coding",
"Developer Assist",
"Real-time Scanning",
"Kics",
"SCA"
],
"activationEvents": [
"onView:cx-dev-assist.cxDevAssist",
"onStartupFinished"
Expand Down Expand Up @@ -190,4 +203,4 @@
"copyfiles": "2.4.1",
"typescript": "^5.3.3"
}
}
}
Loading