From f4f35bca93fd9f5a62a6975e98e276c24f76e21e Mon Sep 17 00:00:00 2001 From: Jorropo Date: Fri, 24 Jul 2026 18:45:01 +0200 Subject: [PATCH] lint: drop dead CKV2_GHA_1 ignore in main_matrix workflow (#11170) The trunk-ignore no longer matches any finding (the job sets its own permissions), so it only produced an ignore-does-nothing note. --- .github/workflows/main_matrix.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 5c5cf2460..c3c035244 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -210,7 +210,6 @@ jobs: push: false gather-artifacts: - # trunk-ignore(checkov/CKV2_GHA_1) if: github.repository == 'meshtastic/firmware' strategy: fail-fast: false