Skip to content

Commit

Permalink
fix(ci): ignore operator address line
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 11, 2024
1 parent 0fbc063 commit 57a9414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[allowlist]
description = "ignore #nogitleaks lines"
regexes = ['''#nogitleaks''']
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func NewExocoreApp(
// as the authority, the governance module can modify parameters in the modules that support
// such modifications.
// TODO: replace with governance module once implemented.
authAddrString := "exo1u25udsfm5wu3h5s5xqayf6jjycy2etwyfctk5w" // operator2
authAddrString := "exo1u25udsfm5wu3h5s5xqayf6jjycy2etwyfctk5w" // operator2 #nogitleaks
authAddr := sdk.MustAccAddressFromBech32(authAddrString)

// set the BaseApp's parameter store which is used for setting Tendermint parameters
Expand Down

0 comments on commit 57a9414

Please sign in to comment.