
This change updates the `gosec` linter to its v2 version. It seems like v2 maintained API compatibility for the functionality we use, so we only needed to update the dependency and imports. Please note, this does not use a tagged version of `gosec` and instead is the latest `master` commit due to this issue: https://github.com/securego/gosec/issues/470. Once this issue is resolved we should update `gosec` to a tagged release. This also adds a line to the `.gitignore` file, to ignore the `.test` output files that get generated by `go test`. This could accidentally get left behind, so no use committing binary files. Fixes #1052
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
/*.txt
|
|
/*.pdf
|
|
/*.pprof
|
|
/dist/
|
|
/tools/dist/
|
|
/.idea/
|
|
/test/path
|
|
/golangci-lint
|
|
/tools/Dracula.itermcolors
|
|
/tools/godownloader
|
|
/tools/goreleaser
|
|
/tools/node_modules
|
|
/tools/svg-term
|
|
/.vscode/
|
|
*.test
|