@biffo/cli 0.287.6 → 0.287.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.287.6",
3
+ "version": "0.287.7",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/scripts/verify.sh CHANGED
@@ -1356,12 +1356,14 @@ if ci_has "gitleaks"; then
1356
1356
  run_check gitleaks gitleaks_tracked_only
1357
1357
  else
1358
1358
  # Say how to close it, pinned to the version ci.yml installs. This sat
1359
- # filed as a skip long enough for the `\b\d{12}\b` account-id rule to
1360
- # reach CI three times, most recently on two test UUIDs whose last segment
1361
- # happened to be twelve digits (tabsii-platform#446). Thirty seconds of
1362
- # install would have caught it before the push, and version parity
1363
- # matters an older gitleaks disagreeing with CI reintroduces exactly the
1364
- # local/CI divergence this gate exists to remove.
1359
+ # filed as a skip long enough for the account-id rule to reach CI three
1360
+ # times, most recently on two test UUIDs whose last segment happened to
1361
+ # be twelve digits (tabsii-platform#446) the rule itself was narrowed in
1362
+ # #893 so a UUID's hyphen-preceded last segment no longer matches at all,
1363
+ # but installing locally is still what catches any OTHER divergence
1364
+ # between a workstation's gitleaks and CI's before the push, and version
1365
+ # parity matters — an older gitleaks disagreeing with CI reintroduces
1366
+ # exactly the local/CI divergence this gate exists to remove.
1365
1367
  NOT_RUN="$NOT_RUN gitleaks"
1366
1368
  printf ' \033[33mWARN\033[0m %-16s NOT RUN - not installed. CI still runs both passes. Install the version ci.yml pins:\n' "gitleaks"
1367
1369
  printf ' \033[33m%s\033[0m\n' \