Skip to content

Commit 387b1f5

Browse files
committed
Update bug report template and add configuration for issue templates; modify license year and enhance README with additional badges
1 parent 08737ea commit 387b1f5

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Found a bug? You're welcome to [![GitHub Discussions](https://img.shields.io/badge/chat-discussions-blue.svg?style=flat-square)](https://github.com/Checkmarx/checkmarx-kiro-power-v2/discussions)
9+
Found a bug? You're welcome to [![GitHub Discussions](https://img.shields.io/badge/chat-discussions-blue.svg?style=flat-square)](https://github.com/Checkmarx/checkmarx-kiro-powers/discussions)
1010
1111
**Please make sure to:**
1212
- Describe in details what the problem is

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💬 GitHub Discussions
4+
url: https://github.com/Checkmarx/checkmarx-kiro-powers/discussions
5+
about: Ask questions and discuss ideas with the community
6+
- name: 📚 Documentation
7+
url: https://github.com/Checkmarx/checkmarx-kiro-powers/blob/main/checkmarx-power/POWER.md
8+
about: Read the full Power documentation and workflows
9+
- name: 🔒 Security Vulnerability
10+
url: https://github.com/Checkmarx/checkmarx-kiro-powers/security/advisories/new
11+
about: Report a security vulnerability privately (use this instead of opening an issue)
12+
- name: 🆘 Checkmarx Support
13+
url: https://support.checkmarx.com/CheckmarxCustomerServiceCommunity/s/
14+
about: Get help from Checkmarx support team

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright [2026] [Checkmarx Ltd.]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Checkmarx Developer Assist Power for Kiro
22

3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
[![Release](https://img.shields.io/github/v/release/Checkmarx/checkmarx-kiro-powers)](https://github.com/Checkmarx/checkmarx-kiro-powers/releases)
5+
[![Link Check](https://github.com/Checkmarx/checkmarx-kiro-powers/actions/workflows/link-check.yml/badge.svg)](https://github.com/Checkmarx/checkmarx-kiro-powers/actions/workflows/link-check.yml)
6+
[![Markdown Lint](https://github.com/Checkmarx/checkmarx-kiro-powers/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/Checkmarx/checkmarx-kiro-powers/actions/workflows/markdown-lint.yml)
7+
[![DCO](https://github.com/Checkmarx/checkmarx-kiro-powers/actions/workflows/dco.yml/badge.svg)](https://github.com/Checkmarx/checkmarx-kiro-powers/actions/workflows/dco.yml)
8+
39
This repo is the public repo for installing the "Checkmarx Developer Assist" Power into the Kiro (Amazon's AI agent) IDE. A Kiro Power is a packaged extension that adds specialized capabilities to the Kiro AI development environment. Extensive docs on what powers are, how to install them, and how to use them can be found here: <https://kiro.dev/docs/powers/>.
410

511
The Checkmarx Power brings AI-powered application security scanning directly into your development workflow, enabling real-time vulnerability detection and remediation for SAST, secrets, IaC, containers, and open source dependencies.
@@ -58,10 +64,10 @@ You need to configure the MCP server for this Power:
5864
{
5965
"mcpServers": {
6066
"checkmarx": {
61-
"url": "https://eu.ast.checkmarx.net/api/security-mcp/mcp",
67+
"url": "<Checkmarx_one_base_url>/api/security-mcp/mcp",
6268
"headers": {
6369
"cx-origin": "Kiro",
64-
"Authorization": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9..."
70+
"Authorization": "<Checkmarx_one_API_key>"
6571
}
6672
}
6773
}

0 commit comments

Comments
 (0)