chore 📦: Comment out --exclude-files option in pr-check.yaml workflow Add new rule to ignore placeholder secrets in README.md
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 19s
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 1s
PR check / handle_success (pull_request) Has been skipped

Updated the PR check workflow to comment out the `--exclude-files` option and added a new rule in README.md to ignore placeholder secrets.
This commit is contained in:
2026-02-14 10:29:46 +01:00
parent 2d9aa39339
commit 8bd90b8823
2 changed files with 11 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ jobs:
--redact=50 \
--verbose \
--exit-code 1
--exclude-files "README.md"
# --exclude-files "README.md"
lint_test:
name: lint tests