Skip to content

Commit

Permalink
fix(defsec): Update defsec to v0.31.0 to fix multiple missing metadat…
Browse files Browse the repository at this point in the history
…a issues (#1652)

Signed-off-by: Liam Galvin <[email protected]>
  • Loading branch information
liamg authored Apr 5, 2022
1 parent 3df262b commit 14592c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ linters:
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- bodyclose
Expand All @@ -30,3 +29,8 @@ linters-settings:
disabled-checks:
- singleCaseSwitch

issues:
exclude-rules:
- path: "."
linters:
- typecheck
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/Masterminds/semver v1.5.0
github.com/aquasecurity/defsec v0.30.4
github.com/aquasecurity/defsec v0.31.0
github.com/hashicorp/go-version v1.4.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/liamg/clinch v1.5.6
Expand Down
7 changes: 3 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk=
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Djarvur/go-err113 v0.0.0-20200410182137-af658d038157/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs=
github.com/Djarvur/go-err113 v0.1.0/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs=
Expand Down Expand Up @@ -193,10 +194,8 @@ github.com/apparentlymart/go-textseg v1.0.0 h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aquasecurity/defsec v0.30.3 h1:d6B5Y0q2LcQ4EHyyowREPvxrcDzpYNsj1xmLqdfgQBo=
github.com/aquasecurity/defsec v0.30.3/go.mod h1:ISnJXXbCr5p8JbcW6lN87zQTEs4zx71hELdvvNBklpg=
github.com/aquasecurity/defsec v0.30.4 h1:xRX7o7Hat2o9TfGg9h0YGEVUWXHaLlKC1JX3ls1pj7Y=
github.com/aquasecurity/defsec v0.30.4/go.mod h1:ISnJXXbCr5p8JbcW6lN87zQTEs4zx71hELdvvNBklpg=
github.com/aquasecurity/defsec v0.31.0 h1:kfqTXMa/ehJM6G3KvLOCUZ3sdavBgucUu8uLmu20Fps=
github.com/aquasecurity/defsec v0.31.0/go.mod h1:6DgpV5Hv4NAfeM1DNT2feZUQzUSQgk/MQ09363ahEnk=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

1 comment on commit 14592c7

@rekiemfaxaf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @liamg the actions for the release failed, so we cannot download the binary for this version, hope you can check this! Thanks for amazing work!

Please sign in to comment.