Skip to content

Commit 7e3f4b1

Browse files
author
Szymon Janikowski
committed
Private NuGet feed authentication - improved docs
1 parent 1272fcc commit 7e3f4b1

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

docs/setup.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff 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

241230
If 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

268269
If scanning hangs during "Building intermediate model" or NuGet restore fails:

0 commit comments

Comments
 (0)