feat: smart merge augmentation with anti-hallucination controls #108
Workflow file for this run
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: SonarQube Analysis | ||
| on: | ||
| push: | ||
| branches: [ main, develop ] | ||
| pull_request: | ||
| branches: [ main ] | ||
| workflow_dispatch: | ||
| jobs: | ||
| sonarqube: | ||
| uses: NVIDIA-AI-Blueprints/sonarqube-workflows/.github/workflows/sonarqube-reusable-template.yml@main | ||
|
Check failure on line 12 in .github/workflows/sonarqube.yml
|
||
| with: | ||
| # Project identification | ||
| organization: TEGRASW | ||
| team: Retail | ||
| product: Retail-Catalog-Enrichment | ||
| scmRepoName: Retail-Catalog-Enrichment | ||
| # TODO: Add scmRepoUrl once Jenkins job supports GitHub URLs | ||
| # scmRepoUrl: https://github.com/NVIDIA-AI-Blueprints/Retail-Catalog-Enrichment | ||
| # Project tags for tracking | ||
| projectTags: CreatedBy-automation,WorkflowContact-blueprintsSre | ||
| # Language and testing | ||
| language: python | ||
| # testCommand not needed - workflow auto-detects uv.lock and runs: | ||
| # uv run pytest tests/ --cov=src --cov-report=xml | ||
| secrets: inherit | ||