diff --git a/.github/workflows/check-licence.yml b/.github/workflows/check-licence.yml index b5d2eac..6d560b3 100644 --- a/.github/workflows/check-licence.yml +++ b/.github/workflows/check-licence.yml @@ -42,10 +42,3 @@ jobs: author_name: License Bot author_email: license_bot@github.com message: 'Automatic application of license header' - - - name: License Eye Dependencies - if: always() - uses: apache/skywalking-eyes/dependency@v0.6.0 - with: - mode: check - # Test manually with : docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes dependency check diff --git a/.licenserc.yaml b/.licenserc.yaml index 02a6a78..99289ff 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -28,7 +28,3 @@ header: - docker-custom-entrypoint.sh comment: on-failure - -dependency: - files: - - pom.xml \ No newline at end of file