Skip to content

Commit

Permalink
build(deps): bump github.com/securego/gosec/v2 from 2.9.5 to 2.9.6 (#…
Browse files Browse the repository at this point in the history
…2516)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez committed Jan 24, 2022
1 parent 441d844 commit 9bad615
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 10 deletions.
60 changes: 58 additions & 2 deletions .golangci.example.yml
Expand Up @@ -612,14 +612,70 @@ linters-settings:
# To select a subset of rules to run.
# Available rules: https://github.com/securego/gosec#available-rules
includes:
- G401
- G306
- G101
- G102
- G103
- G104
- G106
- G107
- G108
- G109
- G110
- G201
- G202
- G203
- G204
- G301
- G302
- G303
- G304
- G305
- G306
- G307
- G401
- G402
- G403
- G404
- G501
- G502
- G503
- G504
- G505
- G601

# To specify a set of rules to explicitly exclude.
# Available rules: https://github.com/securego/gosec#available-rules
excludes:
- G101
- G102
- G103
- G104
- G106
- G107
- G108
- G109
- G110
- G201
- G202
- G203
- G204
- G301
- G302
- G303
- G304
- G305
- G306
- G307
- G401
- G402
- G403
- G404
- G501
- G502
- G503
- G504
- G505
- G601

# Exclude generated files
# Default: false
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -69,7 +69,7 @@ require (
github.com/ryancurrah/gomodguard v1.2.3
github.com/ryanrolds/sqlclosecheck v0.3.0
github.com/sanposhiho/wastedassign/v2 v2.0.6
github.com/securego/gosec/v2 v2.9.5
github.com/securego/gosec/v2 v2.9.6
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
github.com/shirou/gopsutil/v3 v3.21.12
github.com/sirupsen/logrus v1.8.1
Expand Down
13 changes: 6 additions & 7 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bad615

Please sign in to comment.