From c1b3f4e9a220a607b800574c32944d482377cd26 Mon Sep 17 00:00:00 2001 From: Akash Singhal Date: Thu, 30 Nov 2023 17:47:04 +0000 Subject: [PATCH] override new go package license --- .github/licenserc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/licenserc.yml b/.github/licenserc.yml index 6a6db0e1f..5acebebf1 100644 --- a/.github/licenserc.yml +++ b/.github/licenserc.yml @@ -57,3 +57,6 @@ dependency: - name: github.com/rcrowley/go-metrics # TODO: remove this when library is removed or under compatible license version: v0.0.0-20201227073835-cf1acfcdf475 license: BSD-2-Clause + - name: github.com/owenrumney/go-sarif/v2 # TODO: remove this when library is under a compatible license + version: v2.3.0 + license: Apache-2.0