Skip to content

Commit 2438833

Browse files
committed
Use Pixee upload action for Sonar results
1 parent 699276f commit 2438833

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/sonar_pixee.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Publish Sonar JSON to Pixee"
2+
on:
3+
check_run:
4+
types: [completed]
5+
6+
permissions:
7+
contents: read
8+
id-token: write
9+
10+
jobs:
11+
share:
12+
name: Upload Sonar Results to Pixeebot
13+
runs-on: ubuntu-latest
14+
if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }}
15+
steps:
16+
- uses: pixee/[email protected]
17+
with:
18+
tool: sonar

0 commit comments

Comments
 (0)