Skip to content

Commit d5c71c3

Browse files
authored
Merge pull request #1029 from Altinity/fix_grype_24.8
24.8 Fix Grype Scan Job
2 parents af2b45a + bde8c7e commit d5c71c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grype_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
TAG_SUFFIX: ${{ inputs.tag-suffix }}
6262
SPECIFIED_VERSION: ${{ inputs.version }}
6363
run: |
64-
python3 ./tests/ci/version_helper.py | grep = | tee /tmp/version_info
64+
python3 ./tests/ci/version_helper.py | grep = | grep -v , | tee /tmp/version_info
6565
source /tmp/version_info
6666
if [ -z "$SPECIFIED_VERSION" ]; then
6767
VERSION=$CLICKHOUSE_VERSION_STRING

0 commit comments

Comments
 (0)