dependency-check / dependency-check/azuredevops
Downloading installer tries to download a non existing tag
Open
bug
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Today the downloader fails with the following error.
```
Downloading Dependency Check latest installer from GitHub..
Cannot read property 'find' of undefined
##[error]Cannot read property 'find' of undefined
##[error]Unhandled error condition detected.
```
When analyzing the code it seems that it tries to download `https://api.github.com/repos/jeremylong/DependencyCheck/releases/tags/vlatest` but that tag "vlatest" doesn't exist.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.