guardicore / guardicore/monkey
Deployment script should only optionally download monkey binaries using GH API
Open
Beginner friendly
Complexity: Low
DevOps
Documentation
Enhancement
Impact: Low
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
Currently Island development scripts download the latest release binaries in a hard coded manner.
This is non optimal for two reasons
- If the developer is going to modify the Monkey they will likely compile their own version
- We need to constantly update links.
**Describe the solution you'd like**
Download script should query the GH API for the latest binaries and download them, rather than use hard coded version numbers.
Also, this download should be gated behind an optional parameter, defaulting to yes.
Contributor guide
Assessment
This issue has not been assessed yet.