Skip to content

Commit

Permalink
Update deny licenses to a var (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Jan 2, 2025
1 parent b95dc7b commit a7ef6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ files:
variables:
COMPANY_NAME: "Chia Network Inc."
CGO_ENABLED: "0"
DEPENDABOT_DENY_LICENSES: "AGPL-1.0-only, AGPL-1.0-or-later, AGPL-1.0-or-later, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later"
DEPENDABOT_GOMOD_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_GOMOD_REBASE_STRATEGY: "auto"
DEPENDABOT_GOMOD_DIRECTORY: "/"
Expand Down
2 changes: 1 addition & 1 deletion templates/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: actions/dependency-review-action@v4
with:
allow-dependencies-licenses: {{ .DEPENDENCY_REVIEW_ALLOW_DEPENDENCIES_LICENSES }}
deny-licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-1.0-or-later, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later
deny-licenses: {{ .DEPENDABOT_DENY_LICENSES }}

0 comments on commit a7ef6a9

Please sign in to comment.