From 701bc01a24ec407985220236440b4e886cb7676a Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Mon, 3 Nov 2025 14:42:02 +1000 Subject: [PATCH] Update FeedId to null in sbom-scan.json to fix the error: Package FeedId for sbom-scan.json should be null, but was: feeds-builtin --- step-templates/sbom-scan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-templates/sbom-scan.json b/step-templates/sbom-scan.json index 05c59dbbe..4412f1062 100644 --- a/step-templates/sbom-scan.json +++ b/step-templates/sbom-scan.json @@ -10,7 +10,7 @@ "Id": "9b495093-0020-4df8-bc44-2fd65ab13943", "Name": "application", "PackageId": "", - "FeedId": "feeds-builtin", + "FeedId": null, "AcquisitionLocation": "Server", "Properties": { "Extract": "True",