Skip to content

Commit

Permalink
Update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadenBA authored Apr 14, 2024
1 parent 5667342 commit 4f86b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f86b2e

Please sign in to comment.