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:"