diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index fd1c100b..11ca10cb 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -57,7 +57,7 @@ jobs: run: | docker run -d --name sonarqube -p 9000:9000 sonarqube:latest docker ps - docker inspect -f '{{ .NetworkSettings.IPAddress }}' 12ac355698e3 + docker inspect -f '{{ .NetworkSettings.IPAddress }}' sonarqube:latest # Execute SonarQube scan using the official action - name: Official SonarQube Scan