Skip to content

Commit d076436

Browse files
authored
Sonar: show permissions
1 parent 8e18029 commit d076436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
run: sudo apt-get -y install check libpcap-dev
5656
- name: Prepare environment
5757
run: |
58+
ls -l -d /usr /usr/bin
59+
ls -l /usr/bin/ifconfig || true
60+
sudo chmod u+w /usr/bin
5861
sudo echo -e '#!/bin/bash\nexit 0' > /usr/bin/ifconfig
5962
sudo chmod a+x /usr/bin/ifconfig
6063
- name: Install sonar-scanner and build-wrapper

0 commit comments

Comments
 (0)