Skip to content

Commit

Permalink
Ignore a module where license is not correctly detected
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Aug 27, 2024
1 parent ec76b0e commit dc7ab34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ languages:
- go
- nodejs
- python
license:
ignore:
# Package is licensed under Apache 2.0 but license is not picked up correctly by the license detector
- github.com/OpenDNS/vegadns2client
1 change: 1 addition & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
module-path: provider
ignore-modules: >-
github.com/OpenDNS/vegadns2client,
github.com/aead/chacha20,
github.com/apache/arrow/go/v12,
github.com/apache/thrift/lib/go/thrift,
Expand Down

0 comments on commit dc7ab34

Please sign in to comment.