Skip to content

Commit

Permalink
Update release versions in security scan workflow (kubernetes-sigs#1549)
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <prajyot.parab2@ibm.com>
  • Loading branch information
Prajyot-Parab authored and yuanning6 committed Dec 19, 2023
1 parent 62eaa90 commit 1cc0408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1cc0408

Please sign in to comment.