Skip to content

Commit d067c09

Browse files
Frank Guoclaude
andcommitted
Fix gofmt formatting in secrets.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0899036 commit d067c09

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

cmd/rekal/cli/scrub/secrets.go

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@ var patterns = []secretPattern{
6363

6464
// allowedEmails are email addresses that should not be redacted.
6565
var allowedEmails = map[string]bool{
66-
"noreply@anthropic.com": true,
67-
"noreply@github.com": true,
68-
"noreply@example.com": true,
69-
"user@example.com": true,
70-
"test@example.com": true,
71-
"example@example.com": true,
72-
"git@github.com": true,
73-
"actions@github.com": true,
74-
"dependabot@github.com": true,
75-
"bot@renovateapp.com": true,
76-
"support@github.com": true,
66+
"noreply@anthropic.com": true,
67+
"noreply@github.com": true,
68+
"noreply@example.com": true,
69+
"user@example.com": true,
70+
"test@example.com": true,
71+
"example@example.com": true,
72+
"git@github.com": true,
73+
"actions@github.com": true,
74+
"dependabot@github.com": true,
75+
"bot@renovateapp.com": true,
76+
"support@github.com": true,
7777
}
7878

7979
// allowedEmailDomains are domains whose emails should not be redacted.
8080
var allowedEmailDomains = map[string]bool{
81-
"example.com": true,
82-
"example.org": true,
83-
"example.net": true,
84-
"test.com": true,
85-
"localhost": true,
81+
"example.com": true,
82+
"example.org": true,
83+
"example.net": true,
84+
"test.com": true,
85+
"localhost": true,
8686
}
8787

8888
// privateIPPrefixes are IP prefixes that should not be redacted.

0 commit comments

Comments
 (0)