in ci/internal/cli/mitresync.go [279:288]
func initMITREClient(f *mitreSyncFlags) (*mitre.Client, error) {
return mitre.NewClient(
os.Getenv("MITRE_CNA_UUID"),
os.Getenv("MITRE_CNA_SHORTNAME"),
os.Getenv("MITRE_API_USER"),
os.Getenv("MITRE_API_KEY"),
mitre.WithBaseURL(f.mitreBaseURL),
mitre.WithDryRun(f.dryrun),
)
}