You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,11 @@ jobs:
94
94
# You can only can only include one of these two options: `allow_licenses` and `deny-licences`
95
95
# ([String]). Only allow these licenses (optional)
96
96
# Possible values: Any `spdx_id` value(s) from https://docs.github.com/en/rest/licenses
97
-
# allow_licenses: GPL3.0, BSD 3 Clause, MIT
97
+
# allow_licenses: GPL-3.0, BSD-3-Clause, MIT
98
98
99
99
# ([String]). Block the pull request on these licenses (optional)
100
100
# Possible values: Any `spdx_id` value(s) from https://docs.github.com/en/rest/licenses
101
-
# deny_licenses: LGPL2.0, BSD 2 Clause
101
+
# deny_licenses: LGPL-2.0, BSD-2-Clause
102
102
```
103
103
104
104
For further details about the configuration options, see [`dependency-review-action`](https://github.com/actions/dependency-review-action#readme).
0 commit comments