This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2171bdc86 For now, disable license check.
2171bdc86 is described below

commit 2171bdc86c57d719b8cefbd14ff32b35e2ba8d9f
Author: Tomaz Muraus <[email protected]>
AuthorDate: Fri Sep 9 21:04:42 2022 +0200

    For now, disable license check.
---
 .github/workflows/depsreview.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/depsreview.yaml 
b/.github/workflows/depsreview.yaml
index f55a5ffe9..e9c3e0dd4 100644
--- a/.github/workflows/depsreview.yaml
+++ b/.github/workflows/depsreview.yaml
@@ -45,5 +45,8 @@ jobs:
 
       - name: 'Dependency Review'
         uses: actions/dependency-review-action@v2
-        with:
-          allow-licenses: MIT Apache-2.0 BSD-3-Clause
+        # TODO: We really want one check for direct prod dependencies where we
+        # only allows ASF, MIT, BSD and nother one for testing / dev
+        # dependencies where we also allow GPL, etc.
+        #with:
+        #   allow-licenses: MIT, Apache-2.0, BSD-3-Clause

Reply via email to