From e70a8677199e15b33fb1f67e715064557bab7ab3 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Mon, 28 Aug 2023 12:25:07 +0000 Subject: [PATCH] Run go-makefile-maker --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 24bacee4..0a437a7b 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/dependency-review-action@v3 with: base-ref: ${{ github.event.pull_request.base.sha || 'master' }} - deny-licenses: AGPL-1.0, AGPL-3.0, GPL-1.0, GPL-2.0, GPL-3.0, LGPL-2.0, LGPL-2.1, LGPL-3.0 + deny-licenses: AGPL-1.0, AGPL-3.0, GPL-1.0, GPL-2.0, GPL-3.0, LGPL-2.0, LGPL-2.1, LGPL-3.0, BUSL-1.1 fail-on-severity: moderate head-ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Run govulncheck