1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore(ci): prevent gpl deps

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-07-06 09:50:26 -03:00
parent 5a6dd2fbc8
commit 5bcd56bcbd
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -10,3 +10,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/dependency-review-action@v2
with:
allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0