File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments