Skip to content

Commit 5f821e5

Browse files
authored
Merge pull request #243 from lcarva/fix-v2-tap-url
2 parents b6f062a + ad18e22 commit 5f821e5

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)