We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be94c23 commit 602ac99Copy full SHA for 602ac99
1 file changed
README.md
@@ -188,7 +188,7 @@ Run these checks to verify everything is working:
188
"url": "https://eu.ast.checkmarx.net/api/security-mcp/mcp", // Real URL
189
"headers": {
190
"cx-origin": "Kiro",
191
- "Authorization": "eyJ..." // Real token
+ "Authorization": "<Checkmarx_one_API_key>" // Real token
192
}
193
194
@@ -246,8 +246,6 @@ This repository includes standard FOSS governance files:
246
- [LICENSE](LICENSE)
247
- [Code of Conduct](CODE_OF_CONDUCT.md)
248
- [Contributing Guide](CONTRIBUTING.md)
249
-- [Security Policy](SECURITY.md)
250
-- [Vulnerability Report Form](VULNERABILITY_REPORT.md)
251
- [Maintainers](MAINTAINERS.md)
252
- [Code Owners](.github/CODEOWNERS)
253
0 commit comments