Skip to content

Commit

Permalink
try mvt sonar with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Dec 6, 2024
1 parent 7028780 commit 50476bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mvt-project_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Python dependencies
run: |
cd mvt
apt update && apt install -y \
sudo apt update && apt install -y \
build-essential \
git \
autoconf \
Expand All @@ -52,8 +52,8 @@ jobs:
with:
args: >
-Dsonar.organization=matusso
-Dsonar.projectKey=docker-builds:routersploit
-Dsonar.projectKey=docker-builds:mvt-project
-Dsonar.verbose=true
-Dsonar.python.version=3.13
-Dsonar.projectName=routersploit
-Dsonar.sources=routersploit
-Dsonar.projectName=mvt-project
-Dsonar.sources=mvt

0 comments on commit 50476bd

Please sign in to comment.