Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Nov 12, 2024
1 parent 6b1e606 commit f33bdb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/syft/internal/test/integration/files_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f33bdb5

Please sign in to comment.