Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Dec 15, 2023
1 parent 131f19b commit b01001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b01001f

Please sign in to comment.