aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atuin-client/src/secrets.rs5
-rw-r--r--docs/docs/config/config.md1
2 files changed, 6 insertions, 0 deletions
diff --git a/atuin-client/src/secrets.rs b/atuin-client/src/secrets.rs
index a1788a6e..21f015cd 100644
--- a/atuin-client/src/secrets.rs
+++ b/atuin-client/src/secrets.rs
@@ -8,6 +8,11 @@ pub static SECRET_PATTERNS: &[(&str, &str, &str)] = &[
"AKIAIOSFODNN7EXAMPLE",
),
(
+ "Atuin login",
+ r"atuin\s+login",
+ "atuin login -u mycoolusername -p mycoolpassword -k \"lots of random words\"",
+ ),
+ (
"GitHub PAT (old)",
"ghp_[a-zA-Z0-9]{36}",
"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", // legit, I expired it
diff --git a/docs/docs/config/config.md b/docs/docs/config/config.md
index ffef155e..1e81230b 100644
--- a/docs/docs/config/config.md
+++ b/docs/docs/config/config.md
@@ -283,6 +283,7 @@ Defaults to true. This matches history against a set of default regex, and will
3. Slack oauth tokens (bot, user)
4. Slack webhooks
5. Stripe live/test keys
+6. Atuin login command
## macOS <kbd>Ctrl-n</kbd> key shortcuts