We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ceca commit 8665082Copy full SHA for 8665082
1 file changed
.github/workflows/frogbot-scan-repository.yml
@@ -13,7 +13,9 @@ permissions:
13
jobs:
14
scan-repository:
15
runs-on: ubuntu-latest-4-cores
16
- # container:
+ container:
17
+ image: mcr.microsoft.com/dotnet/sdk:9.0
18
+
19
# # Official .NET SDK image with python3-virtualenv package installed. One-time manual creation.
20
# image: azuekubeacr03.azurecr.io/dotnet/sdk-python3-virtualenv:9.0.201-noble-amd64
21
strategy:
0 commit comments