From 53afe969d4153a8dc3862ed278f441f62b951fad Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 5 Sep 2025 13:31:27 -0600 Subject: [PATCH] Update active branches for security scanner --- .github/workflows/weekly-security-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-security-scan.yaml b/.github/workflows/weekly-security-scan.yaml index b68803d2be5..52844c799bf 100644 --- a/.github/workflows/weekly-security-scan.yaml +++ b/.github/workflows/weekly-security-scan.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ main, release-1.20, release-1.19 ] + branch: [ main, release-1.21, release-1.20 ] name: Trivy runs-on: ubuntu-latest steps: