Skip to content

Commit 6ece406

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 5dcb572 commit 6ece406

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
uses: crate-ci/typos@v1
4545
env:
4646
CLICOLOR: "1"
47-
- name: Delete typos binary
48-
run: rm typos
4947
- name: Check if source code files have license header
5048
run: make check-addlicense
5149
- name: REUSE Compliance Check

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ linters:
9393
- pattern: ^http\.Handle(?:Func)?$
9494
- pkg: ^gopkg\.in/square/go-jose\.v2
9595
msg: gopk.in/square/go-jose is archived and has CVEs. Replace it with gopkg.in/go-jose/go-jose.v2
96-
- pkg: ^github\.com/coreos/go-oidc
96+
- pkg: ^github\.com/coreos/go-oidc$
9797
msg: github.com/coreos/go-oidc depends on gopkg.in/square/go-jose which has CVEs. Replace it with github.com/coreos/go-oidc/v3
9898
- pkg: ^github\.com/howeyc/gopass
9999
msg: github.com/howeyc/gopass is archived, use golang.org/x/term instead

0 commit comments

Comments
 (0)