Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
MindPatch committed Aug 15, 2024
1 parent 1803200 commit 5b82078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
displayName: 'Checkout Source'

- script: |
echo $(SONAR_HOST_URL); sleep 10
docker pull blacklocksec/code-scanner:latest
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
displayName: 'Run Blacklock Code Scanner'
Expand Down

0 comments on commit 5b82078

Please sign in to comment.