Skip to content

Providing release assets in github release. #354

@kimxogus

Description

@kimxogus

To enhance security against software supply‑chain attacks, please provide the install script files (e.g. install_script_agent7.sh, install_script_agent6.sh) along with checksum files (e.g. SHA‑256) in the GitHub Releases for this repository.

Then we can validate checksum like this.

$ curl -O https://github.com/DataDog/agent-linux-install-script/releases/download/1.39.0/install_script_agent7.sh  
$ curl -O https://github.com/DataDog/agent-linux-install-script/releases/download/1.39.0/install_script_agent7.sh.sha256  
$ sha256sum --check install_script_agent7.sh.sha256

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions