From a719b15e099eb1d1db980e143fbc92975e02ec72 Mon Sep 17 00:00:00 2001 From: Prajyot Parab Date: Fri, 15 Dec 2023 13:32:19 +0530 Subject: [PATCH] Update release versions in security scan workflow (#1549) Signed-off-by: Prajyot-Parab --- .github/workflows/weekly-security-scan.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-security-scan.yaml b/.github/workflows/weekly-security-scan.yaml index ade018a01..812f3f7a0 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-0.6, release-0.5 ] + branch: [ main, release-0.7, release-0.6 ] name: Trivy runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 6004476db..f95bba5fb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This provider's versions are compatible with the following versions of Cluster A |:----------------------------------------|:---------------:|:--------------:| | CAPIBM v1alpha4 (v0.1.x) | ✓ | | | CAPIBM v1beta1 (v0.2.x, v0.3.x) | | ✓ | -| CAPIBM v1beta2 (v0.[4-6].x, main) | | ✓ | +| CAPIBM v1beta2 (v0.[4-7].x, main) | | ✓ | (See [Kubernetes support matrix][cluster-api-supported-v] of Cluster API versions).