diff --git a/azure-pipelines.yml b/azure-pipelines.yml index adcc9aa..25eaf8d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ steps: - task: Docker@2 inputs: command: 'pull' - container: 'blacklocksec/code-scanner:latest' + imageName: 'blacklocksec/code-scanner:latest' displayName: 'Pull Blacklock Code Scanner Docker Image' - script: |