From 6bd49a0fe535d77c9de4683246ecf70ab72581a8 Mon Sep 17 00:00:00 2001 From: Xu Wang <xuwang@stanford.edu> Date: Mon, 19 Aug 2024 12:58:41 -0700 Subject: [PATCH] Update FAQ.md --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index da738fd..3d45b98 100644 --- a/FAQ.md +++ b/FAQ.md @@ -81,6 +81,7 @@ You should use a secret/key management system for all secrets, e.g. [SoM Vault]( If you do want to use GitLab repo for secrets: * Use [git-crypt](https://github.com/AGWA/git-crypt) to protect the secrets. + * Protect and discover secrets in your repos by using [Gitleaks](https://github.com/gitleaks/gitleaks) * You are on your own. ## <a name="usage-limits"></a>What are GitLab usage limits? -- GitLab