Skip to content

Commit 4c98aba

Browse files
Ajit Pratap SinghAjit Pratap Singh
authored andcommitted
fix: allow Sentry BSL and Rollup 0BSD licenses in dependency review
1 parent 7abf135 commit 4c98aba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,11 @@ jobs:
168168
# to handle golang.org/x packages which report as compound license
169169
allow-licenses: >-
170170
MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC,
171-
BlueOak-1.0.0, OFL-1.1, CC-BY-4.0, MPL-2.0,
171+
BlueOak-1.0.0, OFL-1.1, CC-BY-4.0, MPL-2.0, 0BSD,
172172
LicenseRef-scancode-google-patent-license-golang,
173-
BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
173+
BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang,
174+
LicenseRef-bad-fsl-1.1-mit,
175+
0BSD AND ISC AND MIT
174176
175177
govulncheck:
176178
name: Go Vulnerability Check

0 commit comments

Comments
 (0)