Skip to content

Commit 94f999e

Browse files
authored
perf(misconf): Update defsec to v0.58.1 to optimise result creation for very large files (fanal#532)
Signed-off-by: Liam Galvin <[email protected]>
1 parent 7a84438 commit 94f999e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/BurntSushi/toml v1.1.0 // indirect
1111
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
1212
github.com/alicebob/miniredis/v2 v2.18.0
13-
github.com/aquasecurity/defsec v0.58.0
13+
github.com/aquasecurity/defsec v0.58.1
1414
github.com/aws/aws-sdk-go v1.44.5
1515
github.com/docker/docker v20.10.14+incompatible
1616
github.com/docker/go-connections v0.4.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6
167167
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
168168
github.com/aquasecurity/defsec v0.58.0 h1:ZSnSZroGYKIJNolE/74PBhT/t7z/Jpz1l1B2vvPyVPo=
169169
github.com/aquasecurity/defsec v0.58.0/go.mod h1:42FxKif2itz+MHFlJ3TJjdroL9Jzj3THoexlueBTU5w=
170+
github.com/aquasecurity/defsec v0.58.1 h1:AuMJPYeuy5qgXvkAFXZNbBp8Tq19/i5PSG/+bvm5MHk=
171+
github.com/aquasecurity/defsec v0.58.1/go.mod h1:42FxKif2itz+MHFlJ3TJjdroL9Jzj3THoexlueBTU5w=
170172
github.com/aquasecurity/go-dep-parser v0.0.0-20220503151658-d316f5cc2cff h1:YNlzRYB0n4mZtfuWx6AWaGEjnLVNekchyoFDlYFZegs=
171173
github.com/aquasecurity/go-dep-parser v0.0.0-20220503151658-d316f5cc2cff/go.mod h1:7EOQWQmyavVPY3fScbbPdd3dB/b0Q4ZbJ/NZCvNKrLs=
172174
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492 h1:rcEG5HI490FF0a7zuvxOxen52ddygCfNVjP0XOCMl+M=

0 commit comments

Comments
 (0)