Skip to content

Commit

Permalink
Renamed scan command for GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova committed Jan 8, 2025
1 parent abf59b3 commit 456f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
make install-pre-commit
- name: pip freeze
run: uv pip freeze --system
- name: Run detect-secrets
- name: Scan all tracked files
run: git ls-files -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline

0 comments on commit 456f99a

Please sign in to comment.