Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
ASubaran committed Oct 30, 2024
1 parent 28ac740 commit 018eb39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sonarcube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
unzip sonar-scanner.zip
mv sonar-scanner-4.6.2.2472-linux sonar-scanner
export PATH="${PATH}:${GITHUB_WORKSPACE}/sonar-scanner/bin"
- name: Diagnostic Check for Environment
shell: bash
run: |
echo "Checking /usr/bin/env"
ls -l /usr/bin/env || echo "/usr/bin/env missing"
echo "Checking for sh"
which sh || echo "sh is missing"
- name: Run SonarQube Scan
Expand Down

0 comments on commit 018eb39

Please sign in to comment.