cli/pkg/cmd/run/download
Mislav Marohnić 0e94de1ce6 Address run download feedback
- With no arguments in TTY mode, prompt which artifacts to download
- Change `--pattern` argument to be just `--name` and only do exact
  matching
- For multi-archive downloads, prefix the destination path with the name
  of the artifact
- Add tests exercising HTTP functionality
- Avoid "zipslip" path injection when extracting ZIP files
- Add tests for ZIP extraction
2021-04-07 19:56:28 +02:00
..
fixtures Address run download feedback 2021-04-07 19:56:28 +02:00
download.go Address run download feedback 2021-04-07 19:56:28 +02:00
download_test.go Address run download feedback 2021-04-07 19:56:28 +02:00
http.go Address run download feedback 2021-04-07 19:56:28 +02:00
http_test.go Address run download feedback 2021-04-07 19:56:28 +02:00
zip.go Address run download feedback 2021-04-07 19:56:28 +02:00