From 151e063dd2502d25f763b8e14bfeba8c870b21bf Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 13 Jan 2026 17:22:22 -0500 Subject: [PATCH] fix(ci): security: allow Google Patent License for Go modules --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9c70b17828afe559a096b5a55da1eeed762b9ee9..857184e7cca015984d36b0e08c6762d3570c12f2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -86,4 +86,4 @@ jobs: - uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2 with: fail-on-severity: critical - allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC + allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC, LicenseRef-scancode-google-patent-license-golang