We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba4ba1 commit 090239dCopy full SHA for 090239d
.github/workflows/sonarqube.yml
@@ -20,6 +20,8 @@ jobs:
20
sudo apt-get update -y
21
sudo apt-get install -y apache2-dev libcjose-dev libssl-dev check pkg-config
22
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev libpcre2-dev
23
+ - name: Install sonar-scanner and build-wrapper
24
+ uses: SonarSource/sonarcloud-github-c-cpp@v3
25
- name: Run build-wrapper
26
run: |
27
./autogen.sh
0 commit comments