diff --git a/cmd/syft/internal/test/integration/files_test.go b/cmd/syft/internal/test/integration/files_test.go index 6794eed08eb..39750ee087f 100644 --- a/cmd/syft/internal/test/integration/files_test.go +++ b/cmd/syft/internal/test/integration/files_test.go @@ -36,6 +36,7 @@ func TestFileCataloging_Default(t *testing.T) { func TestFileCataloging_AllFiles(t *testing.T) { cfg := options.DefaultCatalog().ToSBOMConfig(clio.Identification{}) cfg = cfg.WithFilesConfig(filecataloging.Config{ + Enabled: true, Selection: file.AllFilesSelection, Hashers: []crypto.Hash{ crypto.SHA256,