From b01528016d7d1d4ee79b0b3f58175d982de92d0a Mon Sep 17 00:00:00 2001 From: Robin Bowes Date: Tue, 11 Aug 2026 17:11:56 +0100 Subject: [PATCH] chore(lastlight): skip the weekly security scan This repo is a fork, so a scan reports findings in upstream wagoid code that we do not own. Drops out of the weekly-security-scan fan-out only; PR review and every other Last Light workflow still apply. --- .lastlight/lastlight.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .lastlight/lastlight.yml diff --git a/.lastlight/lastlight.yml b/.lastlight/lastlight.yml new file mode 100644 index 00000000..1da3fae8 --- /dev/null +++ b/.lastlight/lastlight.yml @@ -0,0 +1,12 @@ +# Last Light per-repo configuration, read from this repo's default branch by the +# harness (nearform/lastlight, apps/server/src/config/repo-config.ts). +# +# This repo is a fork of wagoid/commitlint-github-action, so nearly all the code +# in it is upstream's. The weekly security scan would report findings against +# code we do not own and cannot act on, so drop out of that cron's fan-out. +# +# This removes the repo from ONE cron, not from Last Light: PR review and every +# other workflow still apply. Re-enable by deleting this file, or by moving the +# entry to `crons.enable`. +crons: + disable: [weekly-security-scan]