Skip to content

Commit

Permalink
updating removing -it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewodibi committed Nov 3, 2024
1 parent 4a376bb commit c982a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Step 6: Run SonarQube scan on the Java app project to check code quality
- name: Run SonarQube scan
run: |
docker exec -it sonarqube sonar-scanner \
docker exec sonarqube sonar-scanner \
sonar-scanner \
-Dsonar.projectKey=web-app \
-Dsonar.sources=./src \
Expand Down

0 comments on commit c982a1e

Please sign in to comment.