From 97378ef7a0b041c3b351ce04611ff6dfa9cdcc87 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Mon, 28 Aug 2023 12:25:03 +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 24bacee..0a437a7 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