mirror of
https://github.com/ivuorinen/go-test-sarif.git
synced 2026-01-26 03:04:09 +00:00
feat: add golangci-lint and restore megalinter config (#22)
* feat: add golangci-lint and restore megalinter config * chore: fix linting, go mod tidy * fix(ci): add golangci-lint action setup to test.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: tweaks * fix(ci): tweaks * fix(ci): disable go_golangci_lint in megalinter * chore: yamllint rules * chore(ci): tweak yml --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
7
go.mod
7
go.mod
@@ -2,12 +2,9 @@ module github.com/ivuorinen/go-test-sarif-action
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/owenrumney/go-sarif/v2 v2.3.3
|
||||
github.com/owenrumney/go-sarif/v3 v3.2.1
|
||||
)
|
||||
require github.com/owenrumney/go-sarif/v2 v2.3.3
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
require github.com/stretchr/testify v1.10.0 // indirect
|
||||
|
||||
replace golang.org/x/crypto => golang.org/x/crypto v0.40.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user