refactor ♻️: Refactor Gitleaks command option from --config-path to --config
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 35s
PR check / Gitleaks (pull_request) Failing after 5s
PR check / lint tests (pull_request) Successful in 13s
PR check / handle_failures (pull_request) Successful in 2s
PR check / handle_success (pull_request) Has been skipped
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 35s
PR check / Gitleaks (pull_request) Failing after 5s
PR check / lint tests (pull_request) Successful in 13s
PR check / handle_failures (pull_request) Successful in 2s
PR check / handle_success (pull_request) Has been skipped
Updated the configuration path option for Gitleaks from '--config-path' to '--config' to simplify usage and improve consistency with other tools.
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Run Gitleaks
|
- name: Run Gitleaks
|
||||||
run: |
|
run: |
|
||||||
gitleaks dir . \
|
gitleaks dir . \
|
||||||
--config-path .gitleaks.toml \
|
--config .gitleaks.toml \
|
||||||
--redact=10 \
|
--redact=10 \
|
||||||
--verbose \
|
--verbose \
|
||||||
--exit-code 1
|
--exit-code 1
|
||||||
|
|||||||
Reference in New Issue
Block a user