highbyte / sonarscan-dotnet

GitHub Action SonarCloud/SonarQube scanner for .NET 8/7/6/5 and .NET Core applications with pull request decoration support
https://github.com/marketplace/actions/sonarscan-dotnet
MIT License
36 stars 24 forks source link

Feature/prebuild docker image #23

Closed highbyte closed 11 months ago

highbyte commented 11 months ago

Decrease action execution time by using a pre-built docker image instead of building from Dockerfile each run.

Implements suggestion in #22