Skip to content

Commit

Permalink
- Logic correction *facepalm*.
Browse files Browse the repository at this point in the history
Signed-off-by: HeyeOpenSource <[email protected]>
  • Loading branch information
HeyeOpenSource committed Oct 24, 2024
1 parent f734ca7 commit e234a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/syft/internal/options/dotnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ func defaultDotnetConfig() dotnetConfig {
}
}
return dotnetConfig{
SearchLocalLicenses: &def.SearchLocalLicenses,
SearchLocalLicenses: nil,
LocalCachePaths: strings.Join(def.LocalCachePaths, ","),
SearchRemoteLicenses: &def.SearchRemoteLicenses,
SearchRemoteLicenses: nil,
Providers: strings.Join(def.Providers, ","),
ProviderCredentials: providerCredentials,
}
Expand Down

0 comments on commit e234a78

Please sign in to comment.