Skip to content

Commit 25850bc

Browse files
josefaidtjhockett
authored andcommitted
add a note recommending git-secrets for scanning (#5139)
* add a note recommending git-secrets for scanning * Update src/pages/cli/start/workflows.mdx Co-authored-by: John Hockett <[email protected]> --------- Co-authored-by: John Hockett <[email protected]>
1 parent 8255836 commit 25850bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/cli/start/workflows.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,7 @@ amplify uninstall
201201
- `amplify <category> update`
202202
- `amplify <category> remove`
203203
- `amplify <category> push`
204+
205+
## Secrets scanning
206+
207+
When working with secrets in your Amplify project it is important to safeguard your secrets from being committed to version control. If you use git, we recommend using [git-secrets](https://github.com/awslabs/git-secrets) from [AWS Labs](https://github.com/awslabs). Once installed, it will scan your local repository for secrets and prevent you from committing them.

0 commit comments

Comments
 (0)