Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update defsec and add new screenshot #1382

Merged
merged 3 commits into from Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
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
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
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
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