You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to dotnet docs, verification is enabled by default from dotnet 8 onwards. However, we are seeing warnings on CI indicating that this is simply not the case.
Below is the command in one of the debian dotnet dockerfile and the related warning in the CI.
We may have to set the environment variable DOTNET_NUGET_SIGNATURE_VERIFICATION=true to resolve the warning, although this might lead to SBOM generation failures for users.
The text was updated successfully, but these errors were encountered:
According to dotnet docs, verification is enabled by default from dotnet 8 onwards. However, we are seeing warnings on CI indicating that this is simply not the case.
Below is the command in one of the debian dotnet dockerfile and the related warning in the CI.
We may have to set the environment variable
DOTNET_NUGET_SIGNATURE_VERIFICATION=true
to resolve the warning, although this might lead to SBOM generation failures for users.The text was updated successfully, but these errors were encountered: