molecule-ci/scripts
Molecule AI Plugin-Dev b96821c885 fix(CI): replace grep secrets check with Python scanner
The grep-based secrets check matched literal credential patterns in
documentation (e.g., "sk-ant-..." in CLAUDE.md examples), causing
false-positive CI failures.

Replace with a Python script that:
- Skips .molecule-ci/ directory entirely
- Uses context-aware matching (requires quotes or assignment context)
- Filters out documentation examples with "..." or <example> markers
- Handles all three reusable workflows (plugin, workspace-template, org-template)
2026-04-21 11:04:51 +00:00
..
check-secrets.py fix(CI): replace grep secrets check with Python scanner 2026-04-21 11:04:51 +00:00
requirements.txt ci: streamline workflows, add timeouts, and cache pip 2026-04-20 04:54:35 +00:00
validate-org-template.py fix: skip non-dict entries from !include in org validator 2026-04-16 04:52:45 -07:00
validate-plugin.py ci: streamline workflows, add timeouts, and cache pip 2026-04-20 04:54:35 +00:00
validate-workspace-template.py ci: streamline workflows, add timeouts, and cache pip 2026-04-20 04:54:35 +00:00