Skip to content

Commit 287ce0b

Browse files
authored
Merge pull request #35 from Telefonica/release
chore: Upgrade check-license-compliance action (#34)
2 parents 920d20e + dae2f50 commit 287ce0b

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

.github/check-license-compliance.config.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,6 @@ licenses:
4040
- AGPL-3.0
4141
npm:
4242
excludeModules:
43-
- "@tid-xcut/[email protected]"
44-
45-
# production: true # Whether to check production dependencies or not
46-
# development: true # Whether to check development dependencies or not
47-
# onlyDirect: false # Whether to check only direct dependencies or not
48-
# npm: # Configuration for npm dependencies
49-
# includeFiles: # Files to include in the check
50-
# - "**/package.json"
51-
# excludeFiles: # Files to exclude from the check
52-
# - "**/node_modules/**"
53-
# developmentFiles: # Dependencies in these files are considered development dependencies
54-
# - "**/my-dev-package/package.json"
55-
# modules: # Only check these modules
56-
57-
# excludeModules: # Exclude these modules from the check
58-
59-
# extraModules: # Add these extra modules to the check
60-
61-
# python: # Configuration for python dependencies, similar to npm, plus extra options
62-
# recursiveRequirements: true # Whether to check requirements recursively, including -r files
63-
# maven: {} # Configuration for maven dependencies, similar to npm
64-
# go: {} # Configuration for go dependencies, similar to npm
65-
# reporter: text # Reporter to use (text, json, markdown)
66-
# failOnNotValid: true # Whether to fail the action if a dependency is forbidden
67-
# log: info # Log level (silly, debug, verbose, info, warn, error)
43+
# The following packages are in a private repository
44+
- nameMatch: "@tid-xcut\/.*"
45+
ignore: true

.github/workflows/open-source-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: Check License Compliance
42-
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.1
42+
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3
4343
with:
4444
config-file: .github/check-license-compliance.config.yml
4545
env:

0 commit comments

Comments
 (0)