SalvoR

Results 1 comments of SalvoR

Another solution could be using absolute path: ```yml - task: CmdLine@2 displayName: Install Docker Scout inputs: script: | # Install the Docker Scout CLI curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s...