Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,16 @@ jobs:
allow-ghsas: GHSA-x744-4wpc-v9h2
# Include both the compound SPDX expression and individual components
# to handle golang.org/x packages which report as compound license
# modernc.org/libc is BSD-3-Clause but GitHub reports NOASSERTION
# due to license detection failure on the modernc.org packages.
allow-licenses: >-
MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC,
BlueOak-1.0.0, OFL-1.1, CC-BY-4.0, MPL-2.0, 0BSD,
LicenseRef-scancode-google-patent-license-golang,
BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang,
LicenseRef-bad-fsl-1.1-mit,
0BSD AND ISC AND MIT
0BSD AND ISC AND MIT,
LicenseRef-github-NOASSERTION

govulncheck:
name: Go Vulnerability Check
Expand Down
Loading