diff --git a/cmd/syft/cli/attest/attest.go b/cmd/syft/cli/attest/attest.go index d0a1baac099..f6bd79d8386 100644 --- a/cmd/syft/cli/attest/attest.go +++ b/cmd/syft/cli/attest/attest.go @@ -131,7 +131,7 @@ func execWorker(app *config.Application, si source.Input, writer sbom.Writer) <- return } - args := []string{"attest", si.UserInput, "--type", "custom", "--predicate", f.Name()} + args := []string{"attest", si.UserInput, "--predicate", f.Name()} if app.Attest.Key != "" { args = append(args, "--key", app.Attest.Key) }