diff --git a/.github/workflows/grype_scan.yml b/.github/workflows/grype_scan.yml index b6781c386f94..eaa831a84ca9 100644 --- a/.github/workflows/grype_scan.yml +++ b/.github/workflows/grype_scan.yml @@ -61,7 +61,7 @@ jobs: TAG_SUFFIX: ${{ inputs.tag-suffix }} SPECIFIED_VERSION: ${{ inputs.version }} run: | - python3 ./tests/ci/version_helper.py | grep = | tee /tmp/version_info + python3 ./tests/ci/version_helper.py | grep = | grep -v , | tee /tmp/version_info source /tmp/version_info if [ -z "$SPECIFIED_VERSION" ]; then VERSION=$CLICKHOUSE_VERSION_STRING