From 6c0606fb8b713e355daee25eb0a6a6b94efa4457 Mon Sep 17 00:00:00 2001 From: Maxim Konovalenko Date: Mon, 27 Jul 2026 11:22:33 +0300 Subject: [PATCH] switch cve ci to stable branch v1.0 Signed-off-by: Maxim Konovalenko --- cve_scan/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve_scan/action.yml b/cve_scan/action.yml index 1630eda..0df55b0 100644 --- a/cve_scan/action.yml +++ b/cve_scan/action.yml @@ -123,7 +123,7 @@ runs: shell: bash run: | rm -rf /tmp/cve-scripts - git clone --depth 1 ${{ steps.secrets.outputs.CVE_TEST_REPO_GIT }} /tmp/cve-scripts + git clone --depth 1 --branch v1.0 ${{ steps.secrets.outputs.CVE_TEST_REPO_GIT }} /tmp/cve-scripts cp /tmp/cve-scripts/* ./ - name: Run Trivy CVE Scan