Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
disable twitter announcer
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Rumney committed Nov 29, 2021
1 parent eac43f2 commit 065dfd3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ dockers:

announce:
twitter:
enabled: true
enabled: false
message_template: "🎉 cfsec {{.Tag}} is available now!! See what's new here - https://github.com/aquasecurity/cfsec/releases/tag/{{.Tag}}"
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ go 1.16

require (
github.com/apparentlymart/go-cidr v1.1.0
github.com/aquasecurity/defsec v0.0.35
github.com/aquasecurity/defsec v0.0.36
github.com/aquasecurity/tfsec v0.60.1 // indirect
github.com/liamg/jfather v0.0.2
github.com/liamg/tml v0.4.0
github.com/spf13/cobra v1.2.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ github.com/aquasecurity/defsec v0.0.34 h1:gDQZWzBO0acLuj1Y5BU9y4f0QIcyGrBNkcLlLX
github.com/aquasecurity/defsec v0.0.34/go.mod h1:EjSsCi122fNbpi89jctQhsR0ykh9ZwBcbHXxZ9mqOzA=
github.com/aquasecurity/defsec v0.0.35 h1:VC97BiP2xDHZChZdgLyajoHlX4EfvE7yeiCDJg1nwnU=
github.com/aquasecurity/defsec v0.0.35/go.mod h1:EjSsCi122fNbpi89jctQhsR0ykh9ZwBcbHXxZ9mqOzA=
github.com/aquasecurity/defsec v0.0.36 h1:Dq0yRDd7ETN0zi2q+7yeGDSzSU32m2Vw5aMczxku2Ss=
github.com/aquasecurity/defsec v0.0.36/go.mod h1:csaBEcJ3AKy44expnW0dCANEZcS/c1vcJjwBCbnKWBM=
github.com/aquasecurity/tfsec v0.60.1/go.mod h1:MR3uDlWu+fBTisFndR+NwjSGt06RBhkE++JzKRJ0Ggs=
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=
Expand Down
4 changes: 3 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ github.com/acomagu/bufpipe
# github.com/apparentlymart/go-cidr v1.1.0
## explicit
github.com/apparentlymart/go-cidr/cidr
# github.com/aquasecurity/defsec v0.0.35
# github.com/aquasecurity/defsec v0.0.36
## explicit
github.com/aquasecurity/defsec/cidr
github.com/aquasecurity/defsec/formatters
Expand Down Expand Up @@ -130,6 +130,8 @@ github.com/aquasecurity/defsec/rules/aws/workspaces
github.com/aquasecurity/defsec/severity
github.com/aquasecurity/defsec/state
github.com/aquasecurity/defsec/types
# github.com/aquasecurity/tfsec v0.60.1
## explicit
# github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew/spew
# github.com/emirpasic/gods v1.12.0
Expand Down

0 comments on commit 065dfd3

Please sign in to comment.