Skip to content

Add SonarQube integration for Python code scanning #3

Add SonarQube integration for Python code scanning

Add SonarQube integration for Python code scanning #3

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

Check failure on line 12 in .github/workflows/sonarqube.yml

View workflow run for this annotation

GitHub Actions / SonarQube Analysis

Invalid workflow file

The workflow is not valid. .github/workflows/sonarqube.yml (Line: 12, Col: 11): Input organization is required, but not provided while calling. .github/workflows/sonarqube.yml (Line: 12, Col: 11): Input team is required, but not provided while calling.
with:
language: python
# testCommand: pytest --cov=chain_server,inventory_retriever,memory_retriever,guardrails --cov-report=xml
secrets: inherit