Skip to content

Commit c83eead

Browse files
authored
conforming license types to spdx format
1 parent 6dbe336 commit c83eead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
# You can only can only include one of these two options: `allow_licenses` and `deny-licences`
9595
# ([String]). Only allow these licenses (optional)
9696
# Possible values: Any `spdx_id` value(s) from https://docs.github.com/en/rest/licenses
97-
# allow_licenses: GPL 3.0, BSD 3 Clause, MIT
97+
# allow_licenses: GPL-3.0, BSD-3-Clause, MIT
9898
9999
# ([String]). Block the pull request on these licenses (optional)
100100
# Possible values: Any `spdx_id` value(s) from https://docs.github.com/en/rest/licenses
101-
# deny_licenses: LGPL 2.0, BSD 2 Clause
101+
# deny_licenses: LGPL-2.0, BSD-2-Clause
102102
```
103103

104104
For further details about the configuration options, see [`dependency-review-action`](https://github.com/actions/dependency-review-action#readme).

0 commit comments

Comments
 (0)