Skip to content

Publish Sonar JSON to Pixee #1581

Publish Sonar JSON to Pixee

Publish Sonar JSON to Pixee #1581

Workflow file for this run

name: "Publish Sonar JSON to Pixee"
on:
check_run:
types: [completed]
permissions:
contents: read
id-token: write
jobs:
share:
name: Upload Sonar Results to Pixeebot
runs-on: ubuntu-latest
if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }}
steps:
- uses: pixee/upload-tool-results-action@v2.3.0
with:
tool: sonar
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-component-key: ${{ secrets.SONAR_COMPONENT_KEY }}