Skip to content

Commit

Permalink
Update defsec and add new screenshot (#1382)
Browse files Browse the repository at this point in the history
* update defsec with total ordered
  • Loading branch information
liamg authored Jan 25, 2022
1 parent d89d7e0 commit 163eb1c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/apparentlymart/go-cidr v1.1.0
github.com/aquasecurity/defsec v0.5.3
github.com/aquasecurity/defsec v0.5.4
github.com/bmatcuk/doublestar v1.3.4
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ 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.5.2 h1:Jm9wujO5+iJoYF4/U/Yuu0F1IC97RIBgnLkhHAu0JSM=
github.com/aquasecurity/defsec v0.5.2/go.mod h1:r7EtkaLj2gpZ+hSxRyRjfbszt4MMIpHQX6+vLF6El6o=
github.com/aquasecurity/defsec v0.5.3-0.20220125091411-2aaeaecda157 h1:OQi8bRrMgf1rGKd/3u9LwrgzPY5SE5k0p3HUtwN9FsU=
github.com/aquasecurity/defsec v0.5.3-0.20220125091411-2aaeaecda157/go.mod h1:r7EtkaLj2gpZ+hSxRyRjfbszt4MMIpHQX6+vLF6El6o=
github.com/aquasecurity/defsec v0.5.3 h1:CX0l6LsrjXxagaoZX6MEBKDQL+KbDLSlnA+aZ74Ur2U=
github.com/aquasecurity/defsec v0.5.3/go.mod h1:r7EtkaLj2gpZ+hSxRyRjfbszt4MMIpHQX6+vLF6El6o=
github.com/aquasecurity/defsec v0.5.4 h1:rL4GGq9GxqENrahhjvdwYh0ccUmNyNTzKBJVU+AwZuM=
github.com/aquasecurity/defsec v0.5.4/go.mod h1:r7EtkaLj2gpZ+hSxRyRjfbszt4MMIpHQX6+vLF6El6o=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ github.com/apparentlymart/go-cidr/cidr
# github.com/apparentlymart/go-textseg/v13 v13.0.0
## explicit; go 1.16
github.com/apparentlymart/go-textseg/v13/textseg
# github.com/aquasecurity/defsec v0.5.3
# github.com/aquasecurity/defsec v0.5.4
## explicit; go 1.17
github.com/aquasecurity/defsec/cidr
github.com/aquasecurity/defsec/formatters
Expand Down

0 comments on commit 163eb1c

Please sign in to comment.