We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042e0c9 commit 7a7b79dCopy full SHA for 7a7b79d
.github/workflows/code-health.yml
@@ -137,8 +137,8 @@ jobs:
137
with:
138
file: coverage/lcov.info
139
140
- run-git-hooks:
141
- name: Run git hooks
+ run-git-secrets:
+ name: Run git secrets
142
if: github.event_name == 'push' || (github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository)
143
runs-on: ubuntu-latest
144
steps:
@@ -154,5 +154,5 @@ jobs:
154
run: |
155
sudo apt-get install -y git-secrets
156
npm ci
157
- - name: Run pre-commit and pre-push hooks
158
- run: ./.husky/_/pre-commit && ./.husky/_/pre-push
+ - name: Run git-secrets
+ run: git-secrets --register-aws && git-secrets --scan
0 commit comments