Skip to content

Commit 444fadb

Browse files
committed
Update TPA API version to v2
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent 6ee461f commit 444fadb

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)