From da8eb801b0df8a70bcf7c4f8b36b2b9d565e3d51 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:01:45 +0000 Subject: [PATCH] chore: update repository templates to https://github.com/ory/meta/commit/e54ac5d59869341cc3ffb2e58fd8b0cba28ec7f7 --- .github/workflows/cve-scan.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index b8aa0197182..70e5a28e937 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -31,14 +31,7 @@ jobs: SHA_SHORT=$(git rev-parse --short HEAD) REPO_NAME=${{ github.event.repository.name }} - # Append -sqlite to SHA_SHORT if repo is hydra - if [ "${REPO_NAME}" = "hydra" ]; then - echo "Repo is hydra, appending -sqlite to SHA_SHORT" - IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}-sqlite" - else - echo "Repo is not hydra, using default IMAGE_NAME" - IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}" - fi + IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}" # Output values for debugging echo "Values to be set:"