Fix for api-security-critical threshold does not reported false if critical API security vulnerability exist(AST-114519) #1814
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
| name: AI Code Review | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| jobs: | |
| code_review: | |
| uses: Checkmarx/plugins-release-workflow/.github/workflows/ai-code-review.yml@main | |
| with: | |
| open_ai_model: "gpt-4-1106-preview" | |
| exclude_pattern: "" | |
| secrets: inherit |