From b2269189231aea9a1c594def3bd92549ebb3ee0d Mon Sep 17 00:00:00 2001 From: Kimonas Sotirchos Date: Tue, 20 Aug 2024 11:09:30 +0300 Subject: [PATCH] ci: Update scanning actions to scan 1.9/stable and drop 1.7 (#1027) Signed-off-by: Kimonas Sotirchos --- .github/workflows/scan-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-images.yaml b/.github/workflows/scan-images.yaml index 60bec4ba..e635eaa8 100644 --- a/.github/workflows/scan-images.yaml +++ b/.github/workflows/scan-images.yaml @@ -12,8 +12,8 @@ jobs: matrix: # specfy location of bundle(s) to be scanned bundle: - - releases/1.7/stable/kubeflow - releases/1.8/stable/kubeflow + - releases/1.9/stable/kubeflow - releases/latest/edge runs-on: ubuntu-20.04 steps: