Commit 7aadebe
authored
fix: correct go path for commands executed in method getFinalPackagesVersionsForModule (#225)
## Description
fix: correct go path for commands executed in method
getFinalPackagesVersionsForModule
This happens because
[`getFinalPackagesVersionsForModule`](https://github.com/guacsec/trustify-da-java-client/blob/v0.0.10/src/main/java/io/github/guacsec/trustifyda/providers/GoModulesProvider.java#L319-L323)
doesn't use the resolved go executable path.
This is uncovered by
#188 which set
the use of the MVS algorithm default to true and trigger the
`getFinalPackagesVersionsForModule` method by default.
**Related issue (if any):** fixes
#224
## Checklist
- [x] I have followed this repository's contributing guidelines.
- [x] I will adhere to the project's code of conduct.1 parent 1cd01c2 commit 7aadebe
1 file changed
Lines changed: 3 additions & 4 deletions
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | | - | |
| 398 | + | |
400 | 399 | | |
401 | 400 | | |
402 | 401 | | |
| |||
0 commit comments