Skip to content

Commit

Permalink
pre-commit hook was added, .env and creds-secret were removed
Browse files Browse the repository at this point in the history
  • Loading branch information
testisnullus committed Feb 1, 2024
1 parent cebcb52 commit e14bd59
Show file tree
Hide file tree
Showing 8 changed files with 1,191 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ testbin/*
*.swo
*~

# environment file
.env

# personal developer's secret
config/manager/creds_secret.yaml

config/manager/kustomization.yaml
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Loading

0 comments on commit e14bd59

Please sign in to comment.