can we add cx whoami command which will show the currently authenticated user/tenant information. #2055
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 |