Skip to content

Commit b11d3b1

Browse files
authored
Update git_branch_standards.md (#184)
1 parent 3b526cf commit b11d3b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

documents/forGitBranch/git_branch_standards.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,14 @@ git config --global alias.br branch
497497
- `fetch.prune`: リモートリポジトリで削除されたブランチを削除する
498498
:::
499499

500+
## git-secrets
501+
502+
[git-secrets](https://github.com/awslabs/git-secrets)を用いることで、ユーザーパスワードや AWS アクセスキーなどの機密情報が含まれる可能性のあるコードなどをGit リポジトリに追加されないようにできる。
503+
504+
本規約の推奨は以下。
505+
506+
- チームメンバー全員にgit-secretsを導入する
507+
500508
## GitHub推奨設定
501509

502510
業務利用でのチーム開発を想定しており、リポジトリは以下の条件を満たす前提とする。

0 commit comments

Comments
 (0)