Skip to content

Commit 5b82078

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1803200 commit 5b82078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ steps:
1414
displayName: 'Checkout Source'
1515

1616
- script: |
17+
echo $(SONAR_HOST_URL); sleep 10
1718
docker pull blacklocksec/code-scanner:latest
1819
docker run --rm -v $(Build.SourcesDirectory):/app -e SONAR_PROJECTKEY=$(SONAR_PROJECTKEY) -e SONAR_HOST_URL=$(SONAR_HOST_URL) -e SONAR_TOKEN=$(SONAR_TOKEN) blacklocksec/code-scanner:latest
1920
displayName: 'Run Blacklock Code Scanner'

0 commit comments

Comments
 (0)