Skip to content

Commit 7a7b79d

Browse files
committed
fix
1 parent 042e0c9 commit 7a7b79d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-health.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ jobs:
137137
with:
138138
file: coverage/lcov.info
139139

140-
run-git-hooks:
141-
name: Run git hooks
140+
run-git-secrets:
141+
name: Run git secrets
142142
if: github.event_name == 'push' || (github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository)
143143
runs-on: ubuntu-latest
144144
steps:
@@ -154,5 +154,5 @@ jobs:
154154
run: |
155155
sudo apt-get install -y git-secrets
156156
npm ci
157-
- name: Run pre-commit and pre-push hooks
158-
run: ./.husky/_/pre-commit && ./.husky/_/pre-push
157+
- name: Run git-secrets
158+
run: git-secrets --register-aws && git-secrets --scan

0 commit comments

Comments
 (0)