Giulia Stocco
Giulia Stocco
Thanks for the feedback. It's helpful to know that they are being used. Is there a particular way you use DevSkim that makes the native binaries more convenient than installing...
FWIW, its very easy to configure docker with the .NET SDK - including layer on top of the official .NET docker image: https://learn.microsoft.com/en-us/dotnet/architecture/microservices/net-core-net-framework-containers/official-net-docker-images. For example: https://github.com/microsoft/DevSkim-Action/blob/main/Dockerfile
@JaneX8 The difficulty is not really in compiling for additional architectures - it is indeed just a trivial flag to the compiler - but rather in maintaining and supporting the...