The code is a concurrent file downloader in Go that splits a file into multiple parts, downloads them in parallel, and assembles the final file, with support for Etag validation to ensure file integrity.
MIT License
1
stars
0
forks
source link
Enhance goreleaser config: Correct package details and improve securi… #68
…ty checks
Made multiple updates to the .goreleaser.yml configuration:
Updated the package name and description for better clarity.
Excluded sbom files from being uploaded.
Implemented a fail mechanism for builds when critical or high vulnerabilities are detected.