turbaszek commented on a change in pull request #18871:
URL: https://github.com/apache/airflow/pull/18871#discussion_r725634763



##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -907,7 +907,14 @@ function initialization::ver() {
 
 function initialization::check_docker_version() {
     local docker_version
-    docker_version=$(docker version --format '{{.Client.Version}}')
+    # In GitHub Code QL, the version of docker has +azure postfix which we 
should remove

Review comment:
       ```suggestion
       # In GitHub Code QL, the version of docker has +azure suffix which we 
should remove
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to