@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 +1 -1
- package/scripts/verify.sh +8 -6
package/package.json
CHANGED
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
|
|
1360
|
-
#
|
|
1361
|
-
#
|
|
1362
|
-
#
|
|
1363
|
-
#
|
|
1364
|
-
#
|
|
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' \
|