diff --git a/test/integration/utils_test.go b/test/integration/utils_test.go index 4ee5f7c4a8c..1021203572b 100644 --- a/test/integration/utils_test.go +++ b/test/integration/utils_test.go @@ -35,7 +35,7 @@ func catalogFixtureImage(t *testing.T, fixtureImageName string, scope source.Sco Name: "syft-tester", Version: "v0.99.0", }).WithDefaultCatalogers("image").WithCatalogerSelection(catalogerSelection...) - cfg.CatalogerConfig.Search.Scope = scope + cfg.Search.Scope = scope s, err := syft.CreateSBOM(theSource, cfg)