Skip to content

Add SonarQube integration for Python code scanning #1

Add SonarQube integration for Python code scanning

Add SonarQube integration for Python code scanning #1

Workflow file for this run

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
with:
language: python
testCommand: pytest --cov=. --cov-report=xml
secrets: inherit