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