File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,18 +225,7 @@ If using SELinux, add `:Z` modifiers to volumes:
225225-v /path/to/data:/data:Z
226226```
227227
228- ### Troubleshooting
229-
230- #### Missing License
231- Check if the ` /license.jwt ` file is properly mounted.
232-
233- #### AI Error
234- Check API keys and model permissions (only if using AI integration).
235-
236- #### Missing Configuration
237- Ensure ` /externalConfig ` contains proper .NET configuration.
238-
239- #### Private NuGet Feed Authentication
228+ ### Private NuGet Feed Authentication
240229
241230If your analyzed codebase uses private NuGet feeds, you need to pass authentication credentials via environment variables.
242231
@@ -263,6 +252,18 @@ docker run \
263252 ghcr.io/noesisvision/vision:latest
264253```
265254
255+
256+ ### Troubleshooting
257+
258+ #### Missing License
259+ Check if the ` /license.jwt ` file is properly mounted.
260+
261+ #### AI Error
262+ Check API keys and model permissions (only if using AI integration).
263+
264+ #### Missing Configuration
265+ Ensure ` /externalConfig ` contains proper .NET configuration.
266+
266267** Debugging NuGet Issues:**
267268
268269If scanning hangs during "Building intermediate model" or NuGet restore fails:
You can’t perform that action at this time.
0 commit comments