ci(hygiene): allow dotnet ecosystem (nuget+telemetry) so build/test can run
Yesterday's run reported Finding #5 because the sandboxed agent runner couldn't reach api.nuget.org or dc.services.visualstudio.com, so 'dotnet restore' failed and the build/test hygiene check produced no signal. Added the 'dotnet' ecosystem identifier to network.allowed so nuget restore + telemetry are reachable inside the sandbox. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1acb3a525f
commit
7e3ab53924
2 changed files with 21 additions and 17 deletions
4
.github/workflows/hygiene-assessment.md
vendored
4
.github/workflows/hygiene-assessment.md
vendored
|
|
@ -5,6 +5,10 @@ on:
|
|||
schedule: daily
|
||||
workflow_dispatch: {}
|
||||
permissions: read-all
|
||||
network:
|
||||
allowed:
|
||||
- defaults
|
||||
- dotnet
|
||||
tools:
|
||||
github:
|
||||
toolsets: [default]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue