Skip to content

Commit 5443992

Browse files
authored
Merge pull request #242 from xinredhat/fix_tpa_v2
2 parents 6ee461f + 444fadb commit 5443992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhtap/upload-sbom-to-trustification.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ for sbom_path in "${sboms_to_upload[@]}"; do
196196
-H "transfer-encoding: chunked" \
197197
-H "content-type: application/json" \
198198
--data "@$supported_version_of_sbom" \
199-
"$bombastic_api_url/api/v1/sbom?id=$sbom_id"
199+
"$bombastic_api_url/api/v2/sbom?id=$sbom_id"
200200
done
201201

202202
echo ""

0 commit comments

Comments
 (0)