You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/05 01:07:42 UTC

[GitHub] [incubator-seatunnel] leo65535 commented on a change in pull request #912: [WIP][License#905]check dependencies' binary licenses

leo65535 commented on a change in pull request #912:
URL: https://github.com/apache/incubator-seatunnel/pull/912#discussion_r778484553



##########
File path: .github/workflows/backend.yml
##########
@@ -61,3 +61,5 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Run Unit tests
         run: ./mvnw clean verify -B -Dmaven.test.skip=false -Dgpg.skip=true
+      - name: Check dependency license
+        run: sudo tools/dependencies/checkLicense.sh

Review comment:
       If the `mvnw` command can run without sudo permission, the `checkLincense.sh` command should not.
   
   




-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org