This commit is contained in:
@@ -15,14 +15,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Docker CLI
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
- name: Debug workspace
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
find . -maxdepth 2 -type f
|
||||
|
||||
- name: Run SonarScanner
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user